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 e32b05c commit 0a4f628Copy full SHA for 0a4f628
.pre-commit-config.yaml
@@ -11,7 +11,7 @@ ci:
11
12
repos:
13
- repo: https://github.com/pre-commit/pre-commit-hooks
14
- rev: v4.6.0
+ rev: v5.0.0
15
hooks:
16
- id: check-added-large-files
17
- id: check-case-conflict
@@ -25,15 +25,15 @@ repos:
25
files: ^(_episodes|code|README.md|setup.md)
26
27
- repo: https://github.com/codespell-project/codespell
28
- rev: "v2.2.6"
+ rev: "v2.3.0"
29
30
- id: codespell
31
args: ["-I", "codespell.txt"]
32
files: '.*\.md'
33
# === END CENTRALLY MAINTAINED FILE ===
34
35
- repo: https://github.com/asottile/blacken-docs
36
- rev: 1.16.0
+ rev: 1.19.0
37
38
- id: blacken-docs
39
additional_dependencies: [black==22.6.0]
0 commit comments