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 7753e72 commit d291752Copy full SHA for d291752
.pre-commit-config.yaml
@@ -34,16 +34,16 @@ repos:
34
- id: black
35
args: [--safe]
36
- repo: https://github.com/asottile/blacken-docs
37
- rev: v1.12.1
+ rev: 1.13.0
38
hooks:
39
- id: blacken-docs
40
additional_dependencies: [black==22.12]
41
- repo: https://github.com/pre-commit/pygrep-hooks
42
- rev: v1.9.0
+ rev: v1.10.0
43
44
- id: rst-backticks
45
- repo: https://github.com/tox-dev/tox-ini-fmt
46
- rev: "0.6.0"
+ rev: "0.6.1"
47
48
- id: tox-ini-fmt
49
args: ["-p", "fix"]
@@ -61,7 +61,7 @@ repos:
61
- pep8-naming==0.13.3
62
- flake8-pyproject==1.2.2
63
- repo: https://github.com/pre-commit/mirrors-prettier
64
- rev: "v2.7.1"
+ rev: "v3.0.0-alpha.4"
65
66
- id: prettier
67
additional_dependencies:
0 commit comments