diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 41a5f1f90..62f8573d8 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -12,7 +12,7 @@ repos: args: - "--fix=lf" - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.37.4 + rev: 0.38.0 hooks: - id: check-github-workflows - id: check-readthedocs @@ -30,7 +30,7 @@ repos: rev: 1.20.0 hooks: - id: blacken-docs - additional_dependencies: ['black==25.1.0'] + additional_dependencies: ['black==26.5.1'] - repo: https://github.com/PyCQA/flake8 rev: 7.3.0 hooks: @@ -38,10 +38,10 @@ repos: name: "Lint python files" additional_dependencies: - 'flake8-bugbear==26.9.9' - - 'flake8-comprehensions==3.16.0' - - 'flake8-typing-as-t==1.0.0' + - 'flake8-comprehensions==3.17.0' + - 'flake8-typing-as-t==1.1.0' - repo: https://github.com/PyCQA/isort - rev: 9.0.0a3 + rev: 9.0.1 hooks: - id: isort name: "Sort python imports" @@ -50,11 +50,11 @@ repos: hooks: - id: bad-backticks - repo: https://github.com/sirosen/slyp - rev: 0.9.0 + rev: 0.10.3 hooks: - id: slyp - repo: https://github.com/codespell-project/codespell - rev: v2.4.2 + rev: v2.4.3 hooks: - id: codespell args: ["--ignore-regex", "https://[^\\s]*"]