We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b107c0c commit ccb7c1dCopy full SHA for ccb7c1d
.pre-commit-config.yaml
@@ -36,7 +36,7 @@ repos:
36
hooks:
37
- id: flake8
38
- repo: https://github.com/codespell-project/codespell
39
- rev: v2.4.0
+ rev: v2.4.1
40
41
- id: codespell
42
# remove toml extra once Python 3.10 is no longer supported
changes/3146.misc.rst
@@ -0,0 +1 @@
1
+The ``pre-commit`` hook for ``codespell`` was updated to its latest version.
0 commit comments