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 b129527 commit 44489f1Copy full SHA for 44489f1
.pre-commit-config.yaml
@@ -1,7 +1,7 @@
1
minimum_pre_commit_version: "3.2.0"
2
repos:
3
- repo: https://github.com/pre-commit/pre-commit-hooks
4
- rev: v5.0.0
+ rev: v6.0.0
5
hooks:
6
- id: check-added-large-files
7
- id: check-case-conflict
@@ -24,15 +24,15 @@ repos:
24
25
- id: prettier
26
- repo: https://github.com/ikamensh/flynt/
27
- rev: "1.0.1"
+ rev: "1.0.6"
28
29
- id: flynt
30
- repo: https://github.com/pycqa/isort
31
- rev: 5.13.2
+ rev: 6.0.1
32
33
- id: isort
34
- repo: https://github.com/psf/black-pre-commit-mirror
35
- rev: 24.10.0
+ rev: 25.1.0
36
37
- id: black
38
- repo: https://github.com/Lucas-C/pre-commit-hooks
0 commit comments