Skip to content

Commit 74e9486

Browse files
committed
No bugbearer => py3.5+ only
1 parent 9bd83af commit 74e9486

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

setup.cfg

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
[flake8]
22
max-line-length = 120
33
max-complexity = 10
4-
select = B,B901,B902,B903,C,E,F,I,N,W
54
import-order-style = google
65

76
[tool:pytest]
8-
addopts = --cov=plotille --cov-report=term-missing --mccabe --flake8 -v
7+
addopts = --cov=plotille --cov-report=term-missing --mccabe
98

109
[bdist_wheel]
1110
universal = 1

0 commit comments

Comments
 (0)