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 8e7afb7 commit db5991bCopy full SHA for db5991b
.pre-commit-config.yaml
@@ -1,6 +1,6 @@
1
repos:
2
- repo: https://github.com/pre-commit/pre-commit-hooks
3
- rev: "v4.5.0"
+ rev: "v4.6.0"
4
hooks:
5
- id: check-added-large-files
6
- id: check-case-conflict
@@ -29,7 +29,7 @@ repos:
29
30
- id: isort
31
- repo: https://github.com/astral-sh/ruff-pre-commit
32
- rev: "v0.1.14"
+ rev: "v0.4.2"
33
34
- id: ruff-format
35
- id: ruff
@@ -39,7 +39,7 @@ repos:
39
- id: blacken-docs
40
language_version: python3.9
41
- repo: https://github.com/pre-commit/mirrors-prettier
42
- rev: "v3.1.0"
+ rev: "v4.0.0-alpha.8"
43
44
- id: prettier
45
- repo: https://github.com/pre-commit/pygrep-hooks
0 commit comments