We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93597ca commit 4b929c0Copy full SHA for 4b929c0
.pre-commit-config.yaml
@@ -6,18 +6,18 @@ ci:
6
7
repos:
8
- repo: https://github.com/psf/black
9
- rev: 24.4.0
+ rev: 25.1.0
10
hooks:
11
- id: black
12
13
- repo: https://github.com/asottile/pyupgrade
14
- rev: v3.15.2
+ rev: v3.19.1
15
16
- id: pyupgrade
17
args: [--py36-plus]
18
19
- repo: https://github.com/PyCQA/isort
20
- rev: 5.13.2
+ rev: 6.0.1
21
22
- id: isort
23
additional_dependencies: [toml]
@@ -31,7 +31,7 @@ repos:
31
- flake8-comprehensions
32
33
- repo: https://github.com/pre-commit/pre-commit-hooks
34
- rev: v4.6.0
+ rev: v5.0.0
35
36
- id: end-of-file-fixer
37
- id: mixed-line-ending
0 commit comments