diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 175d52d8..f69dd219 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/psf/black-pre-commit-mirror - rev: 25.9.0 + rev: 25.11.0 hooks: - id: black args: ["--target-version=py39"] @@ -12,7 +12,7 @@ repos: args: ["--target-version=py39"] - repo: https://github.com/PyCQA/isort - rev: 6.1.0 + rev: 7.0.0 hooks: - id: isort @@ -24,7 +24,7 @@ repos: - id: debug-statements - repo: https://github.com/mgedmin/check-manifest - rev: "0.50" + rev: "0.51" hooks: - id: check-manifest args: [--no-build-isolation] @@ -47,7 +47,7 @@ repos: # - id: pyprojectsort - repo: https://github.com/python-jsonschema/check-jsonschema - rev: "0.34.0" + rev: "0.34.1" hooks: - id: check-github-workflows - id: check-readthedocs @@ -59,7 +59,7 @@ repos: - repo: https://github.com/astral-sh/ruff-pre-commit # Ruff version. - rev: v0.13.3 + rev: v0.14.4 hooks: # Run the linter. - id: ruff