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 f396f39Copy full SHA for f396f39
.pre-commit-config.yaml
@@ -10,7 +10,7 @@ repos:
10
- id: double-quote-string-fixer
11
12
- repo: https://github.com/psf/black
13
- rev: 23.10.1
+ rev: 23.11.0
14
hooks:
15
- id: black
16
args: ["--line-length", "100", "--skip-string-normalization"]
@@ -24,12 +24,12 @@ repos:
24
25
- id: seed-isort-config
26
- repo: https://github.com/PyCQA/isort
27
- rev: 5.12.0
+ rev: 5.13.0
28
29
- id: isort
30
31
- repo: https://github.com/pre-commit/mirrors-prettier
32
- rev: v3.0.3
+ rev: v4.0.0-alpha.4
33
34
- id: prettier
35
language_version: system
0 commit comments