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 426a851 commit 791989cCopy full SHA for 791989c
.pre-commit-config.yaml
@@ -10,13 +10,13 @@ repos:
10
- id: double-quote-string-fixer
11
12
- repo: https://github.com/psf/black
13
- rev: 23.3.0
+ rev: 23.7.0
14
hooks:
15
- id: black
16
args: ["--line-length", "100", "--skip-string-normalization"]
17
18
- repo: https://github.com/PyCQA/flake8
19
- rev: 6.0.0
+ rev: 6.1.0
20
21
- id: flake8
22
- repo: https://github.com/asottile/seed-isort-config
@@ -29,7 +29,7 @@ repos:
29
- id: isort
30
31
- repo: https://github.com/pre-commit/mirrors-prettier
32
- rev: v3.0.0
+ rev: v3.0.3
33
34
- id: prettier
35
language_version: system
0 commit comments