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 93fd272 commit 9b81bc4Copy full SHA for 9b81bc4
.pre-commit-config.yaml
@@ -2,13 +2,13 @@ default_language_version:
2
python: python3
3
repos:
4
- repo: https://github.com/charliermarsh/ruff-pre-commit
5
- rev: v0.3.4
+ rev: v0.4.2
6
hooks:
7
- id: ruff
8
args: [--fix]
9
- id: ruff-format
10
- repo: https://github.com/pre-commit/pre-commit-hooks
11
- rev: v4.5.0
+ rev: v4.6.0
12
13
- id: check-yaml
14
- id: fix-encoding-pragma
@@ -29,7 +29,7 @@ repos:
29
- id: rst-directive-colons
30
- id: rst-inline-touching-normal
31
- repo: https://github.com/pre-commit/mirrors-mypy
32
- rev: v1.9.0
+ rev: v1.10.0
33
34
- id: mypy
35
files: ^src/
0 commit comments