mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-07 05:26:53 +00:00
use typesafe NamedTuple
This commit is contained in:
parent
f0fb786883
commit
3c885219b5
4 changed files with 23 additions and 22 deletions
|
|
@ -34,7 +34,7 @@ def test_handle_error_does_not_raise_type_errors():
|
|||
)
|
||||
|
||||
assert 1 == guide.handle_error(
|
||||
"T111", "file.py", 1, None, "error found", "a = 1"
|
||||
"T111", "file.py", 1, 1, "error found", "a = 1"
|
||||
)
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue