diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 8daff6e..46b2b31 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -4,7 +4,7 @@ exclude: "ui\/.*py$" # List of super useful formatters. repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v2.4.0 + rev: v6.0.0 hooks: # Ensures the code is syntaxically correct - id: check-ast @@ -23,7 +23,7 @@ repos: - id: trailing-whitespace # Leave black at the bottom so all touchups are done before it is run. - repo: https://github.com/ambv/black - rev: 22.3.0 + rev: 26.1.0 hooks: - id: black language_version: python3 diff --git a/README.md b/README.md index 2cb17e7..927545f 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ [![Supported VFX Platform: CY2022 - CY2026](https://img.shields.io/badge/VFX_Reference_Platform-CY2022_|_CY2023_|_CY2024_|_CY2025_|_CY2026-blue)](http://www.vfxplatform.com/ "Supported VFX Reference Platform versions") [![Supported Python versions: 3.9, 3.10, 3.11, 3.13](https://img.shields.io/badge/Python-3.9_|_3.10_|_3.11_|_3.13-blue?logo=python&logoColor=f5f5f5)](https://www.python.org/ "Supported Python versions") +[![Build Status](https://dev.azure.com/shotgun-ecosystem/Toolkit/_apis/build/status/Engines/tk-shell?branchName=master)](https://dev.azure.com/shotgun-ecosystem/Toolkit/_build/latest?definitionId=47&branchName=master) [![codecov](https://codecov.io/gh/shotgunsoftware/tk-shell/branch/master/graph/badge.svg)](https://codecov.io/gh/shotgunsoftware/tk-shell) [![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black) [![Linting](https://img.shields.io/badge/PEP8%20by-Hound%20CI-a873d1.svg)](https://houndci.com)