Commit 49c7f81 1 parent bfc4f04 commit 49c7f81 Copy full SHA for 49c7f81
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 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.4 .0
5
+ rev : v4.5 .0
6
6
hooks :
7
7
- id : trailing-whitespace
8
8
- id : end-of-file-fixer
9
9
- id : check-yaml
10
10
- id : check-added-large-files
11
11
args : ['--maxkb=2000']
12
12
- repo : https://github.com/PyCQA/flake8
13
- rev : 6.0 .0
13
+ rev : 6.1 .0
14
14
hooks :
15
15
- id : flake8
16
16
- repo : https://github.com/asottile/pyupgrade
17
- rev : v3.9 .0
17
+ rev : v3.15 .0
18
18
hooks :
19
19
- id : pyupgrade
20
20
- repo : https://github.com/pycqa/isort
23
23
- id : isort
24
24
name : isort (python)
25
25
- repo : https://github.com/psf/black
26
- rev : 23.7 .0
26
+ rev : 23.11 .0
27
27
hooks :
28
28
- id : black
You can’t perform that action at this time.
0 commit comments