mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-08 05:54:17 +00:00
Add integration tests for prepend-config argument
This commit is contained in:
parent
06d3d25740
commit
dc12f5cc82
3 changed files with 58 additions and 0 deletions
3
tests/fixtures/config_files/append-config.ini
vendored
Normal file
3
tests/fixtures/config_files/append-config.ini
vendored
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
[flake8]
|
||||
select = W,F
|
||||
max-line-length = 80
|
||||
3
tests/fixtures/config_files/prepend-config.ini
vendored
Normal file
3
tests/fixtures/config_files/prepend-config.ini
vendored
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
[flake8]
|
||||
select = E,W
|
||||
max-line-length = 78
|
||||
Loading…
Add table
Add a link
Reference in a new issue