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 d647cf0 commit 09824b2Copy full SHA for 09824b2
.pre-commit-config.yaml
@@ -34,20 +34,20 @@ repos:
34
35
# Python hooks
36
- repo: https://github.com/asottile/pyupgrade
37
- rev: v3.3.1
+ rev: v3.9.0
38
hooks:
39
- id: pyupgrade
40
args: [--py36-plus]
41
42
- repo: https://github.com/psf/black
43
- rev: 23.3.0
+ rev: 23.7.0
44
45
- id: black
46
args: ["--line-length=100"]
47
48
49
- repo: https://github.com/pycqa/flake8
50
- rev: 6.0.0
+ rev: 6.1.0
51
52
- id: flake8
53
args: ["--ignore=E501"]
@@ -99,7 +99,7 @@ repos:
99
# Spellcheck in comments and docs
100
# skipping of *.svg files is not working...
101
- repo: https://github.com/codespell-project/codespell
102
- rev: v2.2.4
+ rev: v2.2.5
103
104
- id: codespell
105
args: ['--write-changes']
0 commit comments