add flake8 config and ignore molecule tests
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Robert Kaussow 2020-06-15 21:25:05 +02:00
parent 4fc6a1be37
commit 36747b8f2b
Signed by: xoxys
GPG Key ID: 65362AE74AF98B61
1 changed files with 5 additions and 0 deletions

5
.flake8 Normal file
View File

@ -0,0 +1,5 @@
[flake8]
ignore = D101, D102, D103, D105, D107, E402, W503
max-line-length = 99
inline-quotes = double
exclude = .git,.tox,__pycache__,build,dist,tests,*.pyc,*.egg-info,.cache,.eggs,env*