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 b733166 commit bbed3cfCopy full SHA for bbed3cf
.pre-commit-config.yaml
@@ -68,7 +68,7 @@ repos:
68
- id: tox-ini-fmt
69
70
- repo: https://github.com/astral-sh/ruff-pre-commit
71
- rev: v0.9.3
+ rev: v0.9.4
72
hooks:
73
- id: ruff
74
args:
@@ -79,7 +79,7 @@ repos:
79
types_or: [python, pyi]
80
81
- repo: https://github.com/streetsidesoftware/cspell-cli
82
- rev: v8.17.1
+ rev: v8.17.2
83
84
- id: cspell
85
name: Spell check with cspell
@@ -93,7 +93,7 @@ repos:
93
pass_filenames: false
94
95
- repo: https://github.com/pycqa/pylint.git
96
- rev: v3.3.3
+ rev: v3.3.4
97
98
- id: pylint
99
0 commit comments