File tree 1 file changed +10
-10
lines changed
1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change 7
7
8
8
repos :
9
9
- repo : https://github.com/pre-commit/pre-commit-hooks
10
- rev : v4.4 .0
10
+ rev : v4.5 .0
11
11
hooks :
12
12
- id : trailing-whitespace
13
13
- id : end-of-file-fixer
40
40
args : [--notice=COPYRIGHT]
41
41
files : python
42
42
- repo : https://github.com/PyCQA/autoflake
43
- rev : v2.2.0
43
+ rev : v2.2.1
44
44
hooks :
45
45
- id : autoflake
46
46
args :
@@ -54,15 +54,15 @@ repos:
54
54
language : python
55
55
types : [python]
56
56
- repo : https://github.com/asottile/pyupgrade
57
- rev : v3.9 .0
57
+ rev : v3.15 .0
58
58
hooks :
59
59
- id : pyupgrade
60
60
args : [--py38-plus]
61
61
# exclude: *fixtures
62
62
language : python
63
63
types : [python]
64
64
- repo : https://github.com/PyCQA/isort
65
- rev : 5.12.0
65
+ rev : 5.13.2
66
66
hooks :
67
67
- id : isort
68
68
name : isort (black profile, in place fixes)
@@ -97,13 +97,13 @@ repos:
97
97
language : python
98
98
types : [python]
99
99
- repo : https://github.com/PyCQA/flake8
100
- rev : 6 .0.0
100
+ rev : 7 .0.0
101
101
hooks :
102
102
- id : flake8
103
103
language : python
104
104
types : [python]
105
105
- repo : https://github.com/psf/black
106
- rev : 23.7.0
106
+ rev : 23.12.1
107
107
hooks :
108
108
- id : black
109
109
name : black (in place fixes)
@@ -116,7 +116,7 @@ repos:
116
116
language : python
117
117
types : [python]
118
118
- repo : https://github.com/PyCQA/bandit
119
- rev : 1.7.5
119
+ rev : 1.7.6
120
120
hooks :
121
121
- id : bandit
122
122
name : bandit (btclib)
@@ -125,7 +125,7 @@ repos:
125
125
language : python
126
126
types : [python]
127
127
- repo : https://github.com/PyCQA/bandit
128
- rev : 1.7.5
128
+ rev : 1.7.6
129
129
hooks :
130
130
- id : bandit
131
131
name : bandit (tests)
@@ -138,7 +138,7 @@ repos:
138
138
language : python
139
139
types : [python]
140
140
- repo : https://github.com/PyCQA/pylint
141
- rev : v3.0.0a6
141
+ rev : v3.0.3
142
142
hooks :
143
143
- id : pylint
144
144
args : [
@@ -147,7 +147,7 @@ repos:
147
147
language : python
148
148
types : [python]
149
149
- repo : https://github.com/pre-commit/mirrors-mypy
150
- rev : v1.4.1
150
+ rev : v1.8.0
151
151
hooks :
152
152
- id : mypy
153
153
language : python
You can’t perform that action at this time.
0 commit comments