We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d92985d commit e4d556bCopy full SHA for e4d556b
.pre-commit-config.yaml
@@ -53,14 +53,14 @@ repos:
53
- id: tox-ini-fmt
54
55
- repo: https://github.com/astral-sh/ruff-pre-commit
56
- rev: v0.11.5
+ rev: v0.11.8
57
hooks:
58
- id: ruff
59
entry: sh -c 'ruff check --fix --force-exclude && ruff format --force-exclude'
60
types_or: [python, pyi]
61
62
- repo: https://github.com/streetsidesoftware/cspell-cli
63
- rev: v8.17.3
+ rev: v8.19.1
64
65
- id: cspell
66
name: Spell check with cspell
@@ -74,7 +74,7 @@ repos:
74
pass_filenames: false
75
76
- repo: https://github.com/pycqa/pylint.git
77
- rev: v3.3.6
+ rev: v3.3.7
78
79
- id: pylint
80
args:
0 commit comments