Skip to content

Commit 09824b2

Browse files
Auto-update pre-commit hooks (#88)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent d647cf0 commit 09824b2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,20 +34,20 @@ repos:
3434

3535
# Python hooks
3636
- repo: https://github.com/asottile/pyupgrade
37-
rev: v3.3.1
37+
rev: v3.9.0
3838
hooks:
3939
- id: pyupgrade
4040
args: [--py36-plus]
4141

4242
- repo: https://github.com/psf/black
43-
rev: 23.3.0
43+
rev: 23.7.0
4444
hooks:
4545
- id: black
4646
args: ["--line-length=100"]
4747

4848

4949
- repo: https://github.com/pycqa/flake8
50-
rev: 6.0.0
50+
rev: 6.1.0
5151
hooks:
5252
- id: flake8
5353
args: ["--ignore=E501"]
@@ -99,7 +99,7 @@ repos:
9999
# Spellcheck in comments and docs
100100
# skipping of *.svg files is not working...
101101
- repo: https://github.com/codespell-project/codespell
102-
rev: v2.2.4
102+
rev: v2.2.5
103103
hooks:
104104
- id: codespell
105105
args: ['--write-changes']

0 commit comments

Comments
 (0)