Skip to content
This repository was archived by the owner on May 24, 2023. It is now read-only.

Commit

Permalink
get rid of flake8
Browse files Browse the repository at this point in the history
not needed because we have black
  • Loading branch information
caleb15 committed Apr 17, 2020
1 parent 2f0d04e commit 13e2835
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 19 deletions.
7 changes: 2 additions & 5 deletions dev-requirements.pip
Original file line number Diff line number Diff line change
@@ -1,15 +1,12 @@
-r requirements.txt
# Linters
black==19.10b0
flake8-isort==2.7.0
flake8-json==17.12.0
flake8==3.5.0
isort==4.3.20

# Testing Libraries
coverage==5.0.4
pytest==5.1.1
responses==0.10.6

# Release Utilities
twine==3.1.1
# Release Utilities
twine==3.1.1
14 changes: 0 additions & 14 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,17 +1,3 @@
[flake8]
max-line-length = 100
max-complexity = 45
exclude =
.git,
venv,
__pycache__,
docs/*,
ignore =
W503, # line break before binary operator
W391 # Allow a single blank line at end of file
E701 # multiple statements on one line (colon) (due to old version of flake8)
E704 # multiple statements on one line (def) (due to old version of flake8)

[isort]
skip_glob=
.git,
Expand Down

0 comments on commit 13e2835

Please sign in to comment.