We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b15210 commit 3025ba9Copy full SHA for 3025ba9
.pre-commit-config.yaml
@@ -2,7 +2,7 @@ default_language_version:
2
python: python3
3
repos:
4
- repo: https://github.com/pre-commit/pre-commit-hooks
5
- rev: v3.3.0
+ rev: v5.0.0
6
hooks:
7
- id: fix-byte-order-marker
8
- id: check-case-conflict
@@ -14,7 +14,7 @@ repos:
14
- id: mixed-line-ending
15
- id: trailing-whitespace
16
- repo: https://github.com/codespell-project/codespell
17
- rev: v1.17.1
+ rev: v2.3.0
18
19
- id: codespell
20
args: [ --ignore-words=.codespellignore ]
0 commit comments