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 2745b00 commit c82203aCopy full SHA for c82203a
.pre-commit-config.yaml
@@ -1,7 +1,7 @@
1
exclude: .*\.snap
2
repos:
3
- repo: https://github.com/pre-commit/pre-commit-hooks
4
- rev: v5.0.0
+ rev: v6.0.0
5
hooks:
6
- id: check-yaml
7
- id: check-json
@@ -12,7 +12,7 @@ repos:
12
- id: trailing-whitespace
13
14
- repo: https://github.com/pre-commit/mirrors-mypy
15
- rev: v1.15.0
+ rev: v1.17.1
16
17
- id: mypy
18
additional_dependencies:
@@ -23,12 +23,12 @@ repos:
23
- "types-setuptools==57.4.17"
24
- "nox"
25
- repo: https://github.com/tox-dev/tox-ini-fmt
26
- rev: "1.5.0"
+ rev: "1.6.0"
27
28
- id: tox-ini-fmt
29
- repo: https://github.com/astral-sh/ruff-pre-commit
30
# Ruff version.
31
- rev: 'v0.11.4'
+ rev: 'v0.12.8'
32
33
- id: ruff
34
args:
0 commit comments