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 f99b0f4 commit 5b5158dCopy full SHA for 5b5158d
.pre-commit-config.yaml
@@ -7,25 +7,25 @@ repos:
7
hooks:
8
- id: prettier
9
- repo: https://github.com/PyCQA/flake8
10
- rev: 7.1.1
+ rev: 7.3.0
11
12
- id: flake8
13
- repo: https://github.com/asottile/pyupgrade
14
- rev: v3.19.1
+ rev: v3.20.0
15
16
- id: pyupgrade
17
args:
18
- --py36-plus
19
- repo: https://github.com/pycqa/isort
20
- rev: 5.13.2
+ rev: 6.1.0
21
22
- id: isort
23
name: isort (python)
24
- - repo: https://github.com/psf/black
25
- rev: 24.10.0
+ - repo: https://github.com/psf/black-pre-commit-mirror
+ rev: 25.9.0
26
27
- id: black
28
- repo: https://github.com/pre-commit/pre-commit-hooks
29
- rev: v5.0.0
+ rev: v6.0.0
30
31
- id: end-of-file-fixer
0 commit comments