File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 5
5
style: auto fixes from pre-commit hooks
6
6
repos :
7
7
- repo : https://github.com/psf/black
8
- rev : 23.12 .0
8
+ rev : 24.10 .0
9
9
hooks :
10
10
- id : black
11
11
name : Running black in all files.
12
12
13
13
- repo : https://github.com/astral-sh/ruff-pre-commit
14
- rev : v0.1.8
14
+ rev : v0.8.3
15
15
hooks :
16
16
- id : ruff
17
17
args : [--fix, --exit-non-zero-on-fix]
18
18
name : Running ruff in all files.
19
19
20
20
- repo : https://github.com/ariebovenberg/slotscheck
21
- rev : v0.17 .1
21
+ rev : v0.19 .1
22
22
hooks :
23
23
- id : slotscheck
24
24
name : Running slotscheck in all files.
25
25
exclude : " ^(?!mafic/)"
26
26
additional_dependencies : [nextcord, aiohttp]
27
27
28
28
- repo : https://github.com/pre-commit/pre-commit-hooks
29
- rev : v4.5 .0
29
+ rev : v5.0 .0
30
30
hooks :
31
31
- id : check-ast
32
32
name : Check if python files are valid syntax for the ast parser
You can’t perform that action at this time.
0 commit comments