Skip to content

Commit 0c023c1

Browse files
committed
Update pre-commit the same as on the main branch
1 parent 9b6103a commit 0c023c1

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -45,13 +45,13 @@ repos:
4545
args: ["--line-length=100"]
4646

4747
- repo: https://github.com/pycqa/pydocstyle
48-
rev: 6.1.1
48+
rev: 6.3.0
4949
hooks:
5050
- id: pydocstyle
5151
args: ["--ignore=D100,D101,D102,D103,D104,D105,D106,D107,D203,D212,D401,D404"]
5252

5353
- repo: https://github.com/pycqa/flake8
54-
rev: 3.9.0
54+
rev: 7.1.1
5555
hooks:
5656
- id: flake8
5757
args: ["--ignore=E501,W503"]
@@ -126,7 +126,7 @@ repos:
126126
args: ['--max-line-length=100', '--ignore=D001']
127127

128128
- repo: https://github.com/pre-commit/pygrep-hooks
129-
rev: v1.8.0
129+
rev: v1.10.0
130130
hooks:
131131
- id: rst-backticks
132132
- id: rst-directive-colons
@@ -135,8 +135,8 @@ repos:
135135
# Spellcheck in comments and docs
136136
# skipping of *.svg files is not working...
137137
- repo: https://github.com/codespell-project/codespell
138-
rev: v2.0.0
138+
rev: v2.3.0
139139
hooks:
140140
- id: codespell
141-
args: ['--write-changes']
141+
args: ['--write-changes', '-L bootup,assertIn']
142142
exclude: \.(svg|pyc|drawio)$

0 commit comments

Comments
 (0)