remove unused example-code test fixtures

This commit is contained in:
Anthony Sottile 2021-11-14 08:42:35 -08:00
parent c9cac9957b
commit b3c6364f0e
5 changed files with 1 additions and 7 deletions

View file

@ -1,4 +1,3 @@
exclude: ^tests/fixtures/
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.0.1
@ -7,6 +6,7 @@ repos:
- id: debug-statements
- id: end-of-file-fixer
- id: trailing-whitespace
exclude: ^tests/fixtures/
- repo: https://github.com/asottile/reorder_python_imports
rev: v2.6.0
hooks:

View file

View file

@ -1,4 +0,0 @@
from some.module.that.has.nested.sub.modules import \
ClassWithVeryVeryVeryVeryLongName # noqa: E501,F401
# ClassWithVeryVeryVeryVeryLongName()

View file

@ -1 +0,0 @@
example = lambda: 'example' # noqa: E731

View file

@ -1 +0,0 @@
foo(