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 0b2361bCopy full SHA for 0b2361b
.pre-commit-config.yaml
@@ -6,11 +6,11 @@ exclude: |
6
)$
7
repos:
8
- repo: https://github.com/psf/black
9
- rev: 23.3.0
+ rev: 24.4.2
10
hooks:
11
- id: black
12
- repo: https://github.com/pre-commit/pre-commit-hooks
13
- rev: v4.4.0
+ rev: v4.6.0
14
15
- id: check-added-large-files
16
- id: check-toml
@@ -22,12 +22,12 @@ repos:
22
23
- id: isort
24
- repo: https://github.com/asottile/pyupgrade
25
- rev: v3.3.1
+ rev: v3.16.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: v4.0.0-alpha.8
31
32
- id: prettier
33
additional_dependencies:
0 commit comments