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 1
1
# https://pre-commit.com/
2
2
repos :
3
3
- repo : https://github.com/pre-commit/pre-commit-hooks
4
- rev : v4.4 .0
4
+ rev : v4.5 .0
5
5
hooks :
6
6
- id : trailing-whitespace
7
7
- id : end-of-file-fixer
@@ -10,17 +10,17 @@ repos:
10
10
- id : debug-statements
11
11
# code formatting
12
12
- repo : https://github.com/PyCQA/flake8
13
- rev : 6.1 .0
13
+ rev : 7.0 .0
14
14
hooks :
15
15
- id : flake8
16
16
args : [ --max-line-length=120 ]
17
17
- repo : https://github.com/psf/black
18
- rev : 23.9.1
18
+ rev : 24.2.0
19
19
hooks :
20
20
- id : black
21
21
args : [--safe, --line-length=120]
22
22
- repo : https://github.com/PyCQA/isort
23
- rev : 5.12.0
23
+ rev : 5.13.2
24
24
hooks :
25
25
- id : isort
26
26
args : ['--profile', 'black']
You can’t perform that action at this time.
0 commit comments