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 e599787 commit 13afa93Copy full SHA for 13afa93
.pre-commit-config.yaml
@@ -7,13 +7,13 @@ repos:
7
- id: end-of-file-fixer
8
- id: mixed-line-ending
9
- repo: https://github.com/astral-sh/ruff-pre-commit
10
- rev: "v0.9.9"
+ rev: "v0.12.3"
11
hooks:
12
- id: ruff
13
args: ["--fix"]
14
- id: ruff-format
15
- repo: https://github.com/pre-commit/mirrors-mypy
16
- rev: "v1.15.0"
+ rev: "v1.16.1"
17
18
- id: mypy
19
additional_dependencies: ["types-PyYAML", "types-setuptools"]
0 commit comments