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 588f9dd commit d0c00e3Copy full SHA for d0c00e3
.pre-commit-config.yaml
@@ -19,7 +19,7 @@ exclude: 'meshes/ur20/LICENSE.txt'
19
repos:
20
# Standard hooks
21
- repo: https://github.com/pre-commit/pre-commit-hooks
22
- rev: v4.4.0
+ rev: v4.5.0
23
hooks:
24
- id: check-added-large-files
25
args: ['--maxkb=1500']
@@ -38,7 +38,7 @@ repos:
38
39
# Python hooks
40
- repo: https://github.com/asottile/pyupgrade
41
- rev: v3.13.0
+ rev: v3.15.0
42
43
- id: pyupgrade
44
args: [--py36-plus]
@@ -103,7 +103,7 @@ repos:
103
# Spellcheck in comments and docs
104
# skipping of *.svg files is not working...
105
- repo: https://github.com/codespell-project/codespell
106
- rev: v2.2.5
+ rev: v2.2.6
107
108
- id: codespell
109
args: ['--write-changes']
0 commit comments