We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c438b4f commit 8585116Copy full SHA for 8585116
2 files changed
.pre-commit-config.yaml
@@ -1,7 +1,7 @@
1
---
2
repos:
3
- repo: https://github.com/astral-sh/ruff-pre-commit
4
- rev: 'v0.6.1'
+ rev: 'v0.6.4'
5
hooks:
6
- id: ruff
7
args: [--fix, --exit-non-zero-on-fix]
@@ -20,11 +20,11 @@ repos:
20
21
- id: docformatter
22
- repo: https://github.com/pre-commit/mirrors-mypy
23
- rev: v1.11.1
+ rev: v1.11.2
24
25
- id: mypy
26
- repo: https://github.com/codespell-project/codespell
27
- rev: v2.2.4
+ rev: v2.3.0
28
29
- id: codespell
30
additional_dependencies:
0 commit comments