File tree Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 18
18
- id : fix-encoding-pragma
19
19
20
20
- repo : https://github.com/Lucas-C/pre-commit-hooks
21
- rev : v1.3.0
21
+ rev : v1.3.1
22
22
hooks :
23
23
- id : insert-license
24
24
files : \.py$
27
27
- misc/license_header.txt
28
28
# Changes tabs to spaces
29
29
- repo : https://github.com/Lucas-C/pre-commit-hooks
30
- rev : v1.3.0
30
+ rev : v1.3.1
31
31
hooks :
32
32
- id : remove-tabs
33
33
@@ -38,15 +38,15 @@ repos:
38
38
name : isort (python)
39
39
40
40
- repo : https://github.com/psf/black
41
- rev : 22.6 .0
41
+ rev : 22.8 .0
42
42
hooks :
43
43
- id : black
44
44
language_version : python3
45
45
# This is a slow hook, so only run this if --hook-stage manual is passed
46
46
stages : [manual]
47
47
48
48
- repo : https://github.com/PyCQA/flake8
49
- rev : 4 .0.1
49
+ rev : 5 .0.4
50
50
hooks :
51
51
- id : flake8
52
52
exclude : ^(.*_test\.py)$
Original file line number Diff line number Diff line change @@ -15,8 +15,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
15
15
16
16
- Update ` pre-commit/pre-commit-hooks ` to v4.3.0
17
17
- Update ` pre-commit/mirrors-pylint ` to v3.0.0a5
18
- - Update ` black ` hook to v22.6.0
19
- - Update ` Lucas-C/pre-commit-hooks ` hook to v1.3.0
18
+ - Update ` black ` hook to v22.8.0
19
+ - Update ` flake8 ` hook to v5.0.4
20
+ - Update ` Lucas-C/pre-commit-hooks ` hook to v1.3.1
20
21
21
22
## [ 1.4.1] - 2022-05-04
22
23
You can’t perform that action at this time.
0 commit comments