mirror of
https://github.com/xlorepdarkhelm/numinar-coding-project.git
synced 2026-09-06 22:38:26 -04:00
13 lines
342 B
INI
13 lines
342 B
INI
[flake8]
|
|
select = B,B9,C,D,DAR,E,F,N,RST,S,W
|
|
ignore = E203,E501,RST201,RST203,RST301,W503
|
|
max-line-length = 88
|
|
max-complexity = 10
|
|
docstring-convention = google
|
|
per-file-ignores =
|
|
tests/*:S101,B101
|
|
backend/tests/*:S101,B101
|
|
rst-roles = class,const,func,meth,mod,ref
|
|
rst-directives = deprecated
|
|
exclude = backend/migrations/versions/*
|