Skip to content

Commit

Permalink
cleanup setup.cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
back-to committed Jan 17, 2021
1 parent f05da41 commit fbe51bc
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,33 +1,21 @@
[bdist_wheel]
universal = 1

[metadata]
license_file = LICENSE

[flake8]
ignore =
# W503 - line break before binary operator
# https://www.python.org/dev/peps/pep-0008/#should-a-line-break-before-or-after-a-binary-operator
W503,
exclude =
__pycache__,
.git,
build,
dist,
docs,
env,
old,
venv,
max-line-length = 128
exit-zero = True
show-source = True
statistic = True
builtins =
basestring,
file,
raw_input,
unicode,
xrange,
import-order-style = pycharm
application-import-names =
liveproxy,

0 comments on commit fbe51bc

Please sign in to comment.