File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 2
2
# See https://pre-commit.com/hooks.html for more hooks
3
3
repos :
4
4
- repo : https://github.com/pre-commit/pre-commit-hooks
5
- rev : v4.5 .0
5
+ rev : v4.6 .0
6
6
hooks :
7
7
- id : check-added-large-files
8
8
- id : check-toml
@@ -12,18 +12,18 @@ repos:
12
12
- id : end-of-file-fixer
13
13
- id : trailing-whitespace
14
14
- repo : https://github.com/asottile/pyupgrade
15
- rev : v3.15 .0
15
+ rev : v3.16 .0
16
16
hooks :
17
17
- id : pyupgrade
18
18
args :
19
19
- --py38-plus
20
20
- repo : https://github.com/astral-sh/ruff-pre-commit
21
- rev : v0.0.292
21
+ rev : v0.4.9
22
22
hooks :
23
23
- id : ruff
24
24
args :
25
25
- --fix
26
26
- repo : https://github.com/psf/black
27
- rev : 23.9.1
27
+ rev : 24.4.2
28
28
hooks :
29
29
- id : black
You can’t perform that action at this time.
0 commit comments