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 8602401 commit b8a28fdCopy full SHA for b8a28fd
.pre-commit-config.yaml
@@ -129,14 +129,14 @@ repos:
129
# Spellcheck in comments and docs
130
# skipping of *.svg files is not working...
131
- repo: https://github.com/codespell-project/codespell
132
- rev: v2.2.6
+ rev: v2.3.0
133
hooks:
134
- id: codespell
135
args: ['--write-changes']
136
exclude: CHANGELOG\.rst|\.(svg|pyc)$
137
138
- repo: https://github.com/python-jsonschema/check-jsonschema
139
- rev: 0.28.2
+ rev: 0.28.4
140
141
- id: check-github-workflows
142
args: ["--verbose"]
0 commit comments