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
8 changes: 4 additions & 4 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.1
rev: 0.37.4
hooks:
- id: check-github-workflows
- id: check-readthedocs
Expand All @@ -22,7 +22,7 @@ repos:
- id: pyupgrade
args: ["--py39-plus"]
- repo: https://github.com/psf/black-pre-commit-mirror
rev: 26.3.1
rev: 26.5.1
hooks:
- id: black
name: "Autoformat python files"
Expand All @@ -41,7 +41,7 @@ repos:
- 'flake8-comprehensions==3.16.0'
- 'flake8-typing-as-t==1.0.0'
- repo: https://github.com/PyCQA/isort
rev: 8.0.1
rev: 9.0.0a3
hooks:
- id: isort
name: "Sort python imports"
Expand All @@ -50,7 +50,7 @@ repos:
hooks:
- id: bad-backticks
- repo: https://github.com/sirosen/slyp
rev: 0.8.2
rev: 0.9.0
hooks:
- id: slyp
- repo: https://github.com/codespell-project/codespell
Expand Down
Loading