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 b802917 commit dde94d8Copy full SHA for dde94d8
.pre-commit-config.yaml
@@ -1,7 +1,7 @@
1
# pre-commit run --all-files
2
repos:
3
- repo: https://github.com/pre-commit/pre-commit-hooks
4
- rev: v4.3.0
+ rev: v4.4.0
5
hooks:
6
- id: check-added-large-files
7
- id: check-case-conflict
@@ -26,7 +26,7 @@ repos:
26
exclude: tests/
27
args: [--check]
28
- repo: https://github.com/PyCQA/flake8
29
- rev: 5.0.4
+ rev: 6.0.0
30
31
- id: flake8
32
additional_dependencies: [
@@ -45,7 +45,7 @@ repos:
45
- id: blacken-docs
46
additional_dependencies: [black==22.10.0]
47
exclude: ^.github/
48
-- repo: https://github.com/myint/rstcheck
+- repo: https://github.com/rstcheck/rstcheck
49
rev: v6.1.1
50
51
- id: rstcheck
0 commit comments