Updated ignored QA warnings

This commit is contained in:
Phil Howard 2018-08-28 21:09:53 +01:00
parent 4b61558566
commit c97791d720
1 changed files with 1 additions and 1 deletions

View File

@ -7,4 +7,4 @@ matrix:
script:
- pip install --ignore-installed --upgrade flake8
- flake8 --ignore F405
- flake8 --ignore F403,F405,E501