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 9e63b6f commit b8ed8f7Copy full SHA for b8ed8f7
.pre-commit-config.yaml
@@ -1,6 +1,6 @@
1
repos:
2
- repo: https://github.com/pre-commit/pre-commit-hooks
3
- rev: v4.6.0
+ rev: v6.0.0
4
hooks:
5
- id: check-added-large-files
6
- id: check-case-conflict
@@ -10,7 +10,7 @@ repos:
10
exclude: '.*\.ipynb'
11
- id: trailing-whitespace
12
- repo: https://github.com/codespell-project/codespell
13
- rev: "v2.3.0"
+ rev: "v2.4.1"
14
15
- id: codespell
16
args: ["-I", "codespell.txt"]
0 commit comments