Skip to content

Commit e42ffa1

Browse files
committed
Clean up vestigial bits from setup.cfg
1 parent 70f03c6 commit e42ffa1

File tree

1 file changed

+0
-37
lines changed

1 file changed

+0
-37
lines changed

setup.cfg

Lines changed: 0 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -19,40 +19,3 @@ install_requires =
1919
packages =
2020
upcloud_api
2121
upcloud_api.cloud_manager
22-
23-
[bdist_wheel]
24-
universal = 1
25-
26-
[flake8]
27-
max-line-length = 99
28-
extend-ignore =
29-
# ignore line length problems; those are fixed by black
30-
E501
31-
# via black
32-
E203
33-
W503
34-
# docstring format leniency
35-
D100
36-
D104
37-
D105
38-
D200
39-
D202
40-
D205
41-
D400
42-
D401
43-
D403
44-
# things from `hacking` we don't care about
45-
H101
46-
H301
47-
H306
48-
H404
49-
H405
50-
per-file-ignores =
51-
test/*: D101,D102,D103,F841,S101,S106,B011
52-
# ignore "imported but not used" in any __init__.pys
53-
*/__init__.py: F401
54-
exclude =
55-
.git
56-
ENV
57-
__pycache__
58-
build

0 commit comments

Comments
 (0)