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 5d27647 commit f659be9Copy full SHA for f659be9
.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
@@ -93,7 +93,7 @@ repos:
93
- tox
94
95
- repo: https://github.com/pre-commit/mirrors-mypy.git
96
- rev: v1.11.1
+ rev: v1.11.2
97
98
- id: mypy
99
additional_dependencies:
0 commit comments