This repository was archived by the owner on Dec 14, 2024. It is now read-only.
File tree 8 files changed +155
-107
lines changed
8 files changed +155
-107
lines changed Original file line number Diff line number Diff line change 1
1
[flake8]
2
2
max-line-length = 120
3
- extend-ignore = E203,E501,W503
3
+ extend-ignore = E203,E501
4
4
max-complexity = 12
5
5
select = B,C,E,F,W,B9
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.0.1
5
+ rev : v4.1.0
6
6
hooks :
7
7
- id : trailing-whitespace
8
8
- id : end-of-file-fixer
9
9
- id : check-json
10
10
- id : check-yaml
11
11
- id : check-added-large-files
12
12
- repo : https://github.com/PyCQA/isort
13
- rev : 5.8.0
13
+ rev : 5.10.1
14
14
hooks :
15
15
- id : isort
16
16
- repo : https://github.com/psf/black
17
- rev : 21.6b0
17
+ rev : 22.1.0
18
18
hooks :
19
19
- id : black
20
20
language_version : python3
21
21
- repo : https://gitlab.com/pycqa/flake8
22
- rev : 3.9.2
22
+ rev : 4.0.1
23
23
hooks :
24
24
- id : flake8
25
25
additional_dependencies : [flake8-bugbear]
26
26
- repo : https://github.com/PyCQA/bandit
27
- rev : 1.7.0
27
+ rev : 1.7.1
28
28
hooks :
29
29
- id : bandit
30
30
args : ["-x", "*/**/*_test.py"]
Original file line number Diff line number Diff line change 1
1
-c requirements.txt
2
- bandit
2
+ bandit<1.7.2
3
3
black
4
+ build
4
5
flake8
5
6
flake8-bugbear
6
7
isort
Original file line number Diff line number Diff line change 1
1
#
2
- # This file is autogenerated by pip-compile
2
+ # This file is autogenerated by pip-compile with python 3.6
3
3
# To update, run:
4
4
#
5
5
# pip-compile dev-requirements.in
6
6
#
7
- appdirs==1.4.4
8
- # via
9
- # -c requirements.txt
10
- # black
11
- # virtualenv
12
- attrs==21.2.0
7
+ attrs==21.4.0
13
8
# via
14
9
# flake8-bugbear
15
10
# pytest
16
- bandit==1.7.0
11
+ bandit==1.7.1
17
12
# via -r dev-requirements.in
18
- black==21.6b0
13
+ black==22.1.0
19
14
# via -r dev-requirements.in
20
- bleach==3.3 .0
15
+ bleach==4.1 .0
21
16
# via readme-renderer
22
- certifi==2021.5.30
17
+ build==0.7.0
18
+ # via -r dev-requirements.in
19
+ certifi==2021.10.8
23
20
# via requests
24
- cffi==1.14.5
21
+ cffi==1.15.0
25
22
# via cryptography
26
- cfgv==3.3.0
23
+ cfgv==3.3.1
27
24
# via pre-commit
28
- chardet==4 .0.0
25
+ charset-normalizer==2 .0.11
29
26
# via requests
30
- click==7.1.2
27
+ click==8.0.3
31
28
# via
32
29
# -c requirements.txt
33
30
# black
34
31
# safety
35
32
colorama==0.4.4
36
33
# via twine
37
- cryptography==3.4.7
34
+ cryptography==36.0.1
38
35
# via secretstorage
39
36
dataclasses==0.8
40
37
# via black
41
- distlib==0.3.2
38
+ distlib==0.3.4
42
39
# via virtualenv
43
- docutils==0.17 .1
40
+ docutils==0.18 .1
44
41
# via readme-renderer
45
42
dparse==0.5.1
46
43
# via safety
47
- filelock==3.0.12
44
+ filelock==3.4.1
48
45
# via virtualenv
49
- flake8-bugbear==21.4.3
50
- # via -r dev-requirements.in
51
- flake8==3.9.2
46
+ flake8==4.0.1
52
47
# via
53
48
# -r dev-requirements.in
54
49
# flake8-bugbear
55
- gitdb==4.0.7
50
+ flake8-bugbear==22.1.11
51
+ # via -r dev-requirements.in
52
+ gitdb==4.0.9
56
53
# via gitpython
57
54
gitpython==3.1.18
58
55
# via bandit
59
- identify==2.2.10
56
+ identify==2.4.4
60
57
# via pre-commit
61
- idna==2.10
58
+ idna==3.3
62
59
# via requests
63
- importlib-metadata==4.5 .0
60
+ importlib-metadata==4.2 .0
64
61
# via
62
+ # -c requirements.txt
63
+ # build
64
+ # click
65
65
# flake8
66
66
# keyring
67
+ # pep517
67
68
# pluggy
68
69
# pre-commit
69
70
# pytest
70
71
# stevedore
71
72
# twine
72
73
# virtualenv
73
- importlib-resources==5.1.4
74
+ importlib-resources==5.2.3
74
75
# via
75
76
# pre-commit
76
77
# virtualenv
77
78
iniconfig==1.1.1
78
79
# via pytest
79
- isort==5.8.0
80
+ isort==5.10.1
80
81
# via -r dev-requirements.in
81
- jeepney==0.6.0
82
+ jeepney==0.7.1
82
83
# via
83
84
# keyring
84
85
# secretstorage
85
- keyring==23.0 .1
86
+ keyring==23.4 .1
86
87
# via twine
87
88
mccabe==0.6.1
88
89
# via flake8
89
90
mypy-extensions==0.4.3
90
91
# via black
91
92
nodeenv==1.6.0
92
93
# via pre-commit
93
- packaging==20.9
94
+ packaging==21.3
94
95
# via
95
96
# bleach
97
+ # build
96
98
# dparse
97
99
# pytest
98
100
# safety
99
- pathspec==0.8.1
101
+ # setuptools-scm
102
+ pathspec==0.9.0
100
103
# via black
101
- pbr==5.6.0
104
+ pbr==5.8.1
102
105
# via stevedore
103
- pkginfo==1.7.0
106
+ pep517==0.12.0
107
+ # via build
108
+ pkginfo==1.8.2
104
109
# via twine
105
- pluggy==0.13.1
110
+ platformdirs==2.4.0
111
+ # via
112
+ # black
113
+ # virtualenv
114
+ pluggy==1.0.0
106
115
# via pytest
107
- pre-commit==2.13 .0
116
+ pre-commit==2.17 .0
108
117
# via -r dev-requirements.in
109
- py==1.10 .0
118
+ py==1.11 .0
110
119
# via pytest
111
- pycodestyle==2.7 .0
120
+ pycodestyle==2.8 .0
112
121
# via flake8
113
- pycparser==2.20
122
+ pycparser==2.21
114
123
# via cffi
115
- pyflakes==2.3.1
124
+ pyflakes==2.4.0
116
125
# via flake8
117
- pygments==2.9.0
126
+ pygments==2.11.2
118
127
# via readme-renderer
119
- pyparsing==2.4 .7
128
+ pyparsing==3.0 .7
120
129
# via packaging
121
- pytest==6.2.4
130
+ pytest==7.0.0
122
131
# via -r dev-requirements.in
123
- pyyaml==5.4.1
132
+ pyyaml==6.0
124
133
# via
125
134
# bandit
126
135
# dparse
127
136
# pre-commit
128
- readme-renderer==29 .0
137
+ readme-renderer==32 .0
129
138
# via twine
130
- regex==2021.4.4
131
- # via black
132
- requests-toolbelt==0.9.1
133
- # via twine
134
- requests==2.25.1
139
+ requests==2.27.1
135
140
# via
136
141
# requests-toolbelt
137
142
# safety
138
143
# twine
144
+ requests-toolbelt==0.9.1
145
+ # via twine
139
146
rfc3986==1.5.0
140
147
# via twine
141
148
safety==1.10.3
142
149
# via -r dev-requirements.in
143
150
secretstorage==3.3.1
144
151
# via keyring
145
- setuptools-scm==6.0.1
152
+ setuptools-scm==6.4.2
146
153
# via -r dev-requirements.in
147
154
six==1.16.0
148
155
# via
149
- # bandit
150
156
# bleach
151
- # readme-renderer
152
157
# virtualenv
153
- smmap==4 .0.0
158
+ smmap==5 .0.0
154
159
# via gitdb
155
- stevedore==3.3 .0
160
+ stevedore==3.5 .0
156
161
# via bandit
157
162
toml==0.10.2
158
163
# via
159
- # black
160
164
# dparse
161
165
# pre-commit
166
+ tomli==1.2.3
167
+ # via
168
+ # black
169
+ # build
170
+ # pep517
162
171
# pytest
163
- tqdm==4.61.1
172
+ # setuptools-scm
173
+ tqdm==4.62.3
164
174
# via twine
165
- twine==3.4.1
175
+ twine==3.8.0
166
176
# via -r dev-requirements.in
167
- typed-ast==1.4.3
177
+ typed-ast==1.5.2
168
178
# via black
169
- typing-extensions==3.10.0.0
179
+ typing-extensions==4.0.1
170
180
# via
181
+ # -c requirements.txt
171
182
# black
172
183
# gitpython
173
184
# importlib-metadata
174
- urllib3==1.26.5
175
- # via requests
176
- virtualenv==20.4.7
185
+ urllib3==1.26.8
186
+ # via
187
+ # requests
188
+ # twine
189
+ virtualenv==20.13.1
177
190
# via pre-commit
178
191
webencodings==0.5.1
179
192
# via bleach
180
- wheel==0.36.2
193
+ wheel==0.37.1
181
194
# via -r dev-requirements.in
182
- zipp==3.4.1
195
+ zipp==3.6.0
183
196
# via
197
+ # -c requirements.txt
184
198
# importlib-metadata
185
199
# importlib-resources
200
+ # pep517
186
201
187
202
# The following packages are considered to be unsafe in a requirements file:
188
203
# setuptools
Original file line number Diff line number Diff line change 1
1
appdirs
2
2
typer
3
+ importlib-metadata<4.3
Original file line number Diff line number Diff line change 1
1
#
2
- # This file is autogenerated by pip-compile
2
+ # This file is autogenerated by pip-compile with python 3.6
3
3
# To update, run:
4
4
#
5
5
# pip-compile requirements.in
6
6
#
7
7
appdirs == 1.4.4
8
8
# via -r requirements.in
9
- click == 7.1.2
9
+ click == 8.0.3
10
10
# via typer
11
- typer == 0.3.2
11
+ importlib-metadata == 4.2.0
12
+ # via
13
+ # -r requirements.in
14
+ # click
15
+ typer == 0.4.0
12
16
# via -r requirements.in
17
+ typing-extensions == 4.0.1
18
+ # via importlib-metadata
19
+ zipp == 3.6.0
20
+ # via importlib-metadata
You can’t perform that action at this time.
0 commit comments