File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
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.3 .0
4
+ rev : v4.4 .0
5
5
hooks :
6
6
- id : trailing-whitespace
7
7
- id : end-of-file-fixer
10
10
- id : mixed-line-ending
11
11
# This wants to go before isort & flake8
12
12
- repo : https://github.com/PyCQA/autoflake
13
- rev : " v1.7.7 "
13
+ rev : " v2.0.0 "
14
14
hooks :
15
15
- id : autoflake # isort should run before black as black sometimes tweaks the isort output
16
16
args : ["--in-place", "--ignore-init-module-imports"]
38
38
additional_dependencies : ["black==22.10.0"]
39
39
- id : blackdoc-autoupdate-black
40
40
- repo : https://github.com/PyCQA/flake8
41
- rev : 5 .0.4
41
+ rev : 6 .0.0
42
42
hooks :
43
43
- id : flake8
44
44
# - repo: https://github.com/Carreau/velin
You can’t perform that action at this time.
0 commit comments