Add integration tests for prepend-config argument

This commit is contained in:
Germain Chazot 2018-08-19 20:16:43 +01:00
parent 06d3d25740
commit dc12f5cc82
3 changed files with 58 additions and 0 deletions

View file

@ -0,0 +1,3 @@
[flake8]
select = W,F
max-line-length = 80

View file

@ -0,0 +1,3 @@
[flake8]
select = E,W
max-line-length = 78