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 7406a2a commit 6f5231dCopy full SHA for 6f5231d
.pre-commit-config.yaml
@@ -6,7 +6,7 @@ exclude: |
6
)$
7
repos:
8
- repo: https://github.com/psf/black
9
- rev: 23.3.0
+ rev: 23.9.1
10
hooks:
11
- id: black
12
- repo: https://github.com/pre-commit/pre-commit-hooks
@@ -22,12 +22,12 @@ repos:
22
23
- id: isort
24
- repo: https://github.com/asottile/pyupgrade
25
- rev: v3.3.1
+ rev: v3.14.0
26
27
- id: pyupgrade
28
args: [--py3-plus, --py38-plus, --keep-runtime-typing]
29
- repo: https://github.com/pre-commit/mirrors-prettier
30
- rev: v2.7.1
+ rev: v3.0.3
31
32
- id: prettier
33
additional_dependencies:
0 commit comments