diff options
author | Jon Bernard <jbernard@jbernard.io> | 2019-01-16 15:54:37 -0500 |
---|---|---|
committer | Jon Bernard <jbernard@jbernard.io> | 2019-03-05 10:16:06 -0500 |
commit | 174f42ea32529d25a7790ae956e891c6ac15a99a (patch) | |
tree | aadd77dba3fe7d6b13422b44fc7192a59616dc38 /setup.cfg | |
parent | 8663ceeb4b8d87bef9b040414e68dd67c3543768 (diff) | |
download | dotfiles-174f42ea32529d25a7790ae956e891c6ac15a99a.tar.gz dotfiles-174f42ea32529d25a7790ae956e891c6ac15a99a.tar.bz2 dotfiles-174f42ea32529d25a7790ae956e891c6ac15a99a.zip |
Use flake8 instead of pep8 and pyflakes
Diffstat (limited to 'setup.cfg')
-rw-r--r-- | setup.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,7 +5,7 @@ test = pytest license_file = LICENSE.md [tool:pytest] -addopts = --pep8 --flakes +addopts = --flake8 [bdist_wheel] universal = 1 |