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 af36752 commit 770436fCopy full SHA for 770436f
.pre-commit-config.yaml
@@ -10,26 +10,26 @@ repos:
10
- id: double-quote-string-fixer
11
12
- repo: https://github.com/psf/black
13
- rev: 23.10.1
+ rev: 24.1.1
14
hooks:
15
- id: black
16
args: ["--line-length", "100", "--skip-string-normalization"]
17
18
- repo: https://github.com/PyCQA/flake8
19
- rev: 6.1.0
+ rev: 7.0.0
20
21
- id: flake8
22
- repo: https://github.com/asottile/seed-isort-config
23
rev: v2.2.0
24
25
- id: seed-isort-config
26
- repo: https://github.com/PyCQA/isort
27
- rev: 5.12.0
+ rev: 5.13.2
28
29
- id: isort
30
31
- repo: https://github.com/pre-commit/mirrors-prettier
32
- rev: v3.0.3
+ rev: v4.0.0-alpha.8
33
34
- id: prettier
35
language_version: system
0 commit comments