add linting stubs with flake8-pyi and check for unused imports (#186)

This commit is contained in:
Maxim Kurnikov
2019-09-25 02:20:23 +03:00
committed by GitHub
parent 7407b93151
commit 963d50c717
91 changed files with 139 additions and 176 deletions

View File

@@ -14,14 +14,6 @@ exclude =
django-stubs
test-data
max_line_length = 120
per-file-ignores =
# E301: expected 1 blank line
# E302: expected 2 blank lines
# E305: expected 2 blank lines after class or function definition
# E701: multiple statements on one line (colon)
# E743: ambiguous function definition 'X'
# F821: undefined name 'X'
*.pyi: E301, E302, E305, E701, E743, F821
[metadata]
license_file = LICENSE.txt