We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a27725e + b5c519c commit a01d61cCopy full SHA for a01d61c
1 file changed
.pre-commit-config.yaml
@@ -1,7 +1,7 @@
1
exclude: 'test_hookman_generator/.*'
2
repos:
3
- repo: https://github.com/astral-sh/ruff-pre-commit
4
- rev: v0.14.6
+ rev: v0.14.7
5
hooks:
6
- id: ruff-check
7
args: ["--fix"]
@@ -21,7 +21,7 @@ repos:
21
language: python
22
additional_dependencies: [pygments, restructuredtext_lint]
23
- repo: https://github.com/pre-commit/mirrors-mypy
24
- rev: v1.18.2
+ rev: v1.19.0
25
26
- id: mypy
27
files: ^(src/)
0 commit comments