use flake8 instead of pycodestyle

since there are thousands and thousands of errors in the tests files
at the moment, i propose fixing those errors in separate PR for now.
This commit is contained in:
Leo Hemsted
2017-11-28 13:51:47 +00:00
parent 28088428f1
commit 90e9a2f1b3
5 changed files with 6 additions and 9 deletions

View File

@@ -100,7 +100,7 @@ Then simply run
make test
```
That will run pycodestyle for code analysis and our unit test suite. If you wish to run our functional tests, instructions can be found in the
That will run flake8 for code analysis and our unit test suite. If you wish to run our functional tests, instructions can be found in the
[notifications-functional-tests](https://github.com/alphagov/notifications-functional-tests) repository.