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 d8d9fab commit d23e780Copy full SHA for d23e780
.pre-commit-config.yaml
@@ -19,7 +19,7 @@ repos:
19
- id: trailing-whitespace
20
21
- repo: https://github.com/psf/black
22
- rev: "23.12.1"
+ rev: "24.2.0"
23
hooks:
24
- id: black
25
@@ -34,7 +34,7 @@ repos:
34
- id: isort
35
36
- repo: https://github.com/pre-commit/mirrors-mypy
37
- rev: "v1.8.0"
+ rev: "v1.9.0"
38
39
- id: mypy
40
@@ -57,7 +57,7 @@ repos:
57
exclude: test
58
59
- repo: https://github.com/sirosen/texthooks
60
- rev: "0.6.3"
+ rev: "0.6.4"
61
62
- id: fix-ligatures
63
- id: fix-smartquotes
0 commit comments