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 f43d9cb commit 27aef5bCopy full SHA for 27aef5b
.pre-commit-config.yaml
@@ -3,7 +3,7 @@ default_language_version:
3
python: "3.11"
4
repos:
5
- repo: https://github.com/pre-commit/pre-commit-hooks
6
- rev: "v5.0.0"
+ rev: "v6.0.0"
7
hooks:
8
- id: check-added-large-files
9
- id: check-case-conflict
@@ -22,7 +22,7 @@ repos:
22
- id: prettier
23
24
- repo: https://github.com/codespell-project/codespell
25
- rev: "v2.3.0"
+ rev: "v2.4.1"
26
27
- id: codespell
28
args:
0 commit comments