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 84e747b commit 3541873Copy full SHA for 3541873
.pre-commit-config.yaml
@@ -59,14 +59,14 @@ repos:
59
- id: tox-ini-fmt
60
61
- repo: https://github.com/astral-sh/ruff-pre-commit
62
- rev: v0.5.6
+ rev: v0.6.3
63
hooks:
64
- id: ruff
65
args:
66
- --exit-non-zero-on-fix
67
68
- repo: https://github.com/streetsidesoftware/cspell-cli
69
- rev: v8.13.1
+ rev: v8.13.3
70
71
- id: cspell
72
name: Spell check with cspell
@@ -80,7 +80,7 @@ repos:
80
pass_filenames: false
81
82
- repo: https://github.com/pycqa/pylint.git
83
- rev: v3.2.6
+ rev: v3.2.7
84
85
- id: pylint
86
@@ -91,7 +91,7 @@ repos:
91
- pyyaml
92
93
- repo: https://github.com/pre-commit/mirrors-mypy.git
94
- rev: v1.11.1
+ rev: v1.11.2
95
96
- id: mypy
97
additional_dependencies:
0 commit comments