diff options
| author | Ian Cordasco <graffatcolmingov@gmail.com> | 2016-06-25 16:07:28 -0500 |
|---|---|---|
| committer | Ian Cordasco <graffatcolmingov@gmail.com> | 2016-06-25 16:07:28 -0500 |
| commit | 6bca1c30cce89dabdfb295c9668051dbf7c5fece (patch) | |
| tree | 49cc668433f8df849084fdc0ecfbd12aea55bc0b /tox.ini | |
| parent | 951bbe337f996859808c33c39089a0d2746e47c1 (diff) | |
| download | flake8-6bca1c30cce89dabdfb295c9668051dbf7c5fece.tar.gz | |
Fix linters to use src/flake8
Diffstat (limited to 'tox.ini')
| -rw-r--r-- | tox.ini | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -35,7 +35,7 @@ deps = pyflakes pylint commands = - pylint flake8 + pylint src/flake8 [testenv:doc8] basepython = python3 @@ -66,7 +66,7 @@ use_develop = false deps = bandit commands = - bandit -r flake8/ -c .bandit.yml + bandit -r src/flake8/ -c .bandit.yml [testenv:linters] basepython = python3 |
