mirror of
https://github.com/PyCQA/flake8.git
synced 2026-03-30 02:46:52 +00:00
Fix tests broken by updating the default ignore list
This commit is contained in:
parent
27dbd61f12
commit
4c0b1cd5e1
1 changed files with 1 additions and 1 deletions
|
|
@ -43,6 +43,6 @@ def test_aggregate_options_when_isolated(optmanager):
|
|||
assert options.isolated is True
|
||||
assert options.select == ['E11', 'E34', 'E402', 'W', 'F']
|
||||
assert sorted(options.ignore) == [
|
||||
'E121', 'E123', 'E126', 'E226', 'E24', 'E704', 'E8',
|
||||
'E121', 'E123', 'E126', 'E226', 'E24', 'E704', 'E8', 'W503', 'W504',
|
||||
]
|
||||
assert options.exclude == [os.path.abspath('tests/*')]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue