diff options
| author | Ian Cordasco <graffatcolmingov@gmail.com> | 2016-06-07 18:46:58 -0500 |
|---|---|---|
| committer | Ian Cordasco <graffatcolmingov@gmail.com> | 2016-06-07 18:46:58 -0500 |
| commit | ba7f4db7e9cec133f3baaa34da9cdadcef2ee68d (patch) | |
| tree | 07fec6d72b4addd697682c606751460c36df83d3 /tests/fixtures | |
| parent | 4c0b1cd5e180b2c5a7ea31eeff083d64d9fdf6b8 (diff) | |
| download | flake8-ba7f4db7e9cec133f3baaa34da9cdadcef2ee68d.tar.gz | |
Add test fixture that mirrors documented usage
Diffstat (limited to 'tests/fixtures')
| -rw-r--r-- | tests/fixtures/example-code/inline-ignores/E731.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/fixtures/example-code/inline-ignores/E731.py b/tests/fixtures/example-code/inline-ignores/E731.py new file mode 100644 index 0000000..866c79e --- /dev/null +++ b/tests/fixtures/example-code/inline-ignores/E731.py @@ -0,0 +1 @@ +example = lambda: 'example' # noqa: E731 |
