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 0639943 commit c61070fCopy full SHA for c61070f
.pre-commit-config.yaml
@@ -15,7 +15,7 @@
15
repos:
16
# Standard hooks
17
- repo: https://github.com/pre-commit/pre-commit-hooks
18
- rev: v4.4.0
+ rev: v4.5.0
19
hooks:
20
- id: check-added-large-files
21
- id: check-ast
@@ -33,7 +33,7 @@ repos:
33
34
# Python hooks
35
- repo: https://github.com/asottile/pyupgrade
36
- rev: v3.13.0
+ rev: v3.15.0
37
38
- id: pyupgrade
39
args: [--py36-plus]
@@ -135,7 +135,7 @@ repos:
135
# Spellcheck in comments and docs
136
# skipping of *.svg files is not working...
137
- repo: https://github.com/codespell-project/codespell
138
- rev: v2.2.5
+ rev: v2.2.6
139
140
- id: codespell
141
args: ['--write-changes']
0 commit comments