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 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.2 .0
5
+ rev : v4.3 .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
- - repo : https://gitlab .com/pycqa /flake8
13
- rev : 3.9.2
12
+ - repo : https://github .com/PyCQA /flake8
13
+ rev : 4.0.1
14
14
hooks :
15
15
- id : flake8
16
16
- repo : https://github.com/asottile/pyupgrade
17
- rev : v2.32 .1
17
+ rev : v2.37 .1
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 : 22.3 .0
26
+ rev : 22.6 .0
27
27
hooks :
28
28
- id : black
You can’t perform that action at this time.
0 commit comments