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 3fc2786 commit 4a08931Copy full SHA for 4a08931
.pre-commit-config.yaml
@@ -1,6 +1,6 @@
1
repos:
2
- repo: https://github.com/pre-commit/pre-commit-hooks
3
- rev: v5.0.0
+ rev: v6.0.0
4
hooks:
5
- id: trailing-whitespace
6
- id: end-of-file-fixer
@@ -9,13 +9,13 @@ repos:
9
- id: debug-statements
10
- id: check-ast
11
- repo: https://github.com/astral-sh/ruff-pre-commit
12
- rev: "v0.11.12"
+ rev: "v0.12.9"
13
14
- id: ruff-check
15
args: ["--fix"]
16
- id: ruff-format
17
- repo: https://github.com/pre-commit/mirrors-mypy
18
- rev: "v1.16.0"
+ rev: "v1.17.1"
19
20
- id: mypy
21
additional_dependencies: []
0 commit comments