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 3b20e0f commit a85e63dCopy full SHA for a85e63d
.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: check-toml
6
- id: check-yaml
@@ -9,17 +9,17 @@ repos:
9
- id: trailing-whitespace
10
11
- repo: https://github.com/pre-commit/mirrors-mypy
12
- rev: v1.15.0
+ rev: v1.18.1
13
14
- id: mypy
15
exclude: '^(docs|tasks|tests)|setup\.py'
16
args: []
17
additional_dependencies: [pyparsing, nox, orjson]
18
19
- repo: https://github.com/astral-sh/ruff-pre-commit
20
- rev: v0.11.8
+ rev: v0.13.0
21
22
- - id: ruff
+ - id: ruff-check
23
args: [ --fix, --show-fixes ]
24
- id: ruff-format
25
0 commit comments