mirror of
https://github.com/PyCQA/flake8.git
synced 2026-03-29 18:46:52 +00:00
Add test fixture that mirrors documented usage
This commit is contained in:
parent
4c0b1cd5e1
commit
ba7f4db7e9
1 changed files with 1 additions and 0 deletions
1
tests/fixtures/example-code/inline-ignores/E731.py
vendored
Normal file
1
tests/fixtures/example-code/inline-ignores/E731.py
vendored
Normal file
|
|
@ -0,0 +1 @@
|
|||
example = lambda: 'example' # noqa: E731
|
||||
Loading…
Add table
Add a link
Reference in a new issue