mirror of
https://github.com/kennethreitz/replit-py.git
synced 2026-06-05 23:10:18 +00:00
11 lines
306 B
INI
11 lines
306 B
INI
[flake8]
|
|
select = ANN,B,B9,BLK,C,D,DAR,E,F,I,S,W
|
|
ignore = E203,W503,ANN101,ANN102,S322
|
|
per-file-ignores =
|
|
src/replit/__init__.py:F401
|
|
src/replit/maqpi/__init__.py:F401
|
|
max-line-length = 88
|
|
application-import-names = vidgen,tests
|
|
import-order-style = google
|
|
docstring-convention = google
|