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 ef53a41 commit 2d1b281Copy full SHA for 2d1b281
.pre-commit-config.yaml
@@ -25,15 +25,15 @@ repos:
25
- id: flynt
26
args: [--verbose]
27
- repo: https://github.com/PyCQA/isort
28
- rev: "5.12.0"
+ rev: "5.13.2"
29
hooks:
30
- id: isort
31
- repo: https://github.com/astral-sh/ruff-pre-commit
32
- rev: "v0.1.6"
+ rev: "v0.1.13"
33
34
- id: ruff
35
- repo: https://github.com/psf/black-pre-commit-mirror
36
- rev: 23.11.0
+ rev: 23.12.1
37
38
- id: black
39
language_version: python3.9
@@ -43,7 +43,7 @@ repos:
43
- id: blacken-docs
44
45
- repo: https://github.com/pre-commit/mirrors-prettier
46
- rev: "v3.1.0"
+ rev: "v4.0.0-alpha.8"
47
48
- id: prettier
49
- repo: https://github.com/pre-commit/pygrep-hooks
0 commit comments