File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ default_language_version:
4
4
python : python3.10
5
5
repos :
6
6
- repo : https://github.com/pre-commit/pre-commit-hooks
7
- rev : v4.4 .0
7
+ rev : v4.5 .0
8
8
hooks :
9
9
- id : check-added-large-files
10
10
- id : check-toml
@@ -14,20 +14,20 @@ repos:
14
14
- id : end-of-file-fixer
15
15
- id : trailing-whitespace
16
16
- repo : https://github.com/asottile/pyupgrade
17
- rev : v3.7 .0
17
+ rev : v3.15 .0
18
18
hooks :
19
19
- id : pyupgrade
20
20
args :
21
21
- --py3-plus
22
22
- --keep-runtime-typing
23
- - repo : https://github.com/charliermarsh /ruff-pre-commit
24
- rev : v0.0.275
23
+ - repo : https://github.com/astral-sh /ruff-pre-commit
24
+ rev : v0.1.1
25
25
hooks :
26
26
- id : ruff
27
27
args :
28
28
- --fix
29
29
- repo : https://github.com/psf/black
30
- rev : 23.3 .0
30
+ rev : 23.10 .0
31
31
hooks :
32
32
- id : black
33
33
ci :
You can’t perform that action at this time.
0 commit comments