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.
2 parents 9b7c3a8 + 0d11fa4 commit 4a1f2fbCopy full SHA for 4a1f2fb
.pre-commit-config.yaml
@@ -1,6 +1,6 @@
1
repos:
2
- repo: https://github.com/pre-commit/pre-commit-hooks
3
- rev: v4.4.0
+ rev: v4.6.0
4
hooks:
5
- id: trailing-whitespace
6
- id: end-of-file-fixer
@@ -9,22 +9,22 @@ repos:
9
- id: check-ast
10
11
- repo: https://github.com/asottile/pyupgrade
12
- rev: v3.3.1
+ rev: v3.16.0
13
14
- id: pyupgrade
15
16
- repo: https://github.com/PyCQA/flake8
17
- rev: 6.0.0
+ rev: 7.0.0
18
19
- id: flake8
20
21
- repo: https://github.com/psf/black
22
- rev: 22.12.0
+ rev: 24.4.2
23
24
- id: black
25
26
- repo: https://github.com/pycqa/isort
27
- rev: 5.12.0
+ rev: 5.13.2
28
29
- id: isort
30
name: isort (python)
0 commit comments