Merge pull request #4 from AurelienLourot/flake8

Pin latest flake8
This commit is contained in:
Alex Kavanagh 2021-11-23 11:41:34 +00:00 committed by GitHub
commit e8594f50a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@
charm-tools>=2.4.4
coverage>=3.6
mock>=1.2
flake8>=2.2.4,<=2.4.1
flake8>=4.0.1
stestr>=2.2.0
requests>=2.18.4
psutil

View File

@ -130,4 +130,4 @@ commands =
[flake8]
# Ignore E902 because the unit_tests directory is missing in the built charm.
ignore = E402,E226,E902
ignore = E402,E226,W503,W504,E902