Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -30,18 +30,18 @@ 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:
- id: flake8
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"
Expand All @@ -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]*"]
Expand Down
Loading