This repository was archived by the owner on Feb 21, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 7
7
entry : ./tools/check_changes.py
8
8
pass_filenames : false
9
9
- repo : https://github.com/pre-commit/pre-commit-hooks
10
- rev : ' v4.1 .0'
10
+ rev : ' v4.4 .0'
11
11
hooks :
12
12
- id : check-merge-conflict
13
13
- repo : https://github.com/asottile/yesqa
14
- rev : v1.3 .0
14
+ rev : v1.4 .0
15
15
hooks :
16
16
- id : yesqa
17
17
- repo : https://github.com/pycqa/isort
18
- rev : ' 5.10.1 '
18
+ rev : ' 5.12.0 '
19
19
hooks :
20
20
- id : isort
21
21
args : ["--profile", "black"]
22
22
- repo : https://github.com/psf/black
23
- rev : ' 22.1 .0'
23
+ rev : ' 22.12 .0'
24
24
hooks :
25
25
- id : black
26
26
language_version : python3 # Should be a command that runs python3.6+
27
27
- repo : https://github.com/pre-commit/pre-commit-hooks
28
- rev : ' v4.1 .0'
28
+ rev : ' v4.4 .0'
29
29
hooks :
30
30
- id : end-of-file-fixer
31
31
exclude : >-
@@ -55,17 +55,17 @@ repos:
55
55
- id : detect-private-key
56
56
exclude : ^examples|(?:tests/ssl)/
57
57
- repo : https://github.com/asottile/pyupgrade
58
- rev : ' v2.31.0 '
58
+ rev : ' v3.3.1 '
59
59
hooks :
60
60
- id : pyupgrade
61
61
args : ['--py36-plus', '--keep-mock']
62
62
- repo : https://github.com/PyCQA/flake8
63
- rev : ' 4 .0.1 '
63
+ rev : ' 6 .0.0 '
64
64
hooks :
65
65
- id : flake8
66
66
exclude : " ^docs/"
67
67
68
- - repo : git ://github.com/Lucas-C/pre-commit-hooks-markup
68
+ - repo : https ://github.com/Lucas-C/pre-commit-hooks-markup
69
69
rev : v1.0.1
70
70
hooks :
71
71
- id : rst-linter
You can’t perform that action at this time.
0 commit comments