diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 35f729e..b29dd2f 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.6.0 + rev: v6.0.0 hooks: - id: check-case-conflict - id: check-ast @@ -16,19 +16,19 @@ repos: - id: end-of-file-fixer - id: trailing-whitespace - repo: https://github.com/jsh9/pydoclint - rev: 0.5.6 + rev: 0.8.2 hooks: - id: pydoclint - - repo: https://github.com/psf/black - rev: 24.8.0 + - repo: https://github.com/psf/black-pre-commit-mirror + rev: 25.11.0 hooks: - id: black - repo: https://github.com/pycqa/isort - rev: 5.13.2 + rev: 7.0.0 hooks: - id: isort - repo: https://github.com/PyCQA/flake8 - rev: "7.1.1" + rev: "7.3.0" hooks: - id: flake8 - repo: https://github.com/PyCQA/autoflake @@ -37,12 +37,12 @@ repos: - id: autoflake args: [--remove-all-unused-imports, --in-place] - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.29.1 + rev: 0.35.0 hooks: - id: check-github-workflows - id: check-readthedocs - repo: https://github.com/executablebooks/mdformat - rev: 0.7.17 + rev: 1.0.0 hooks: - id: mdformat additional_dependencies: