|
|
[flake8] |
|
|
|
|
|
exclude = ./manim/grpc/gen/*, __pycache__,.git, |
|
|
per-file-ignores = __init__.py:F401 |
|
|
max-complexity = 29 |
|
|
max-line-length = 88 |
|
|
statistics = True |
|
|
|
|
|
rst-roles = attr,class,func,meth,mod,obj,ref,doc,exc |
|
|
rst-directives = manim, SEEALSO, seealso |
|
|
docstring-convention=numpy |
|
|
|
|
|
select = A,A00,B,B9,C4,C90,D,E,F,F,PT,RST,SIM,W,F401 |
|
|
|
|
|
|
|
|
extend-ignore = E203, W503, D202, D212, D213, D404 |
|
|
|
|
|
|
|
|
F401, F403, F405, F841, E501, E731, E402, F811, F821, |
|
|
|
|
|
|
|
|
E704, |
|
|
|
|
|
|
|
|
A001, A002, A003, |
|
|
|
|
|
|
|
|
B006, B007, B008, B009, B010, B903, B950, |
|
|
|
|
|
|
|
|
SIM105, SIM106, SIM119, |
|
|
|
|
|
|
|
|
PT001, PT004, PT006, PT011, PT018, PT022, PT023, |
|
|
|
|
|
|
|
|
D100, D101, D102, D103, D104, D105, D106, D107, |
|
|
D200, D202, D204, D205, D209, |
|
|
D301, |
|
|
D400, D401, D402, D403, D405, D406, D407, D409, D411, D412, D414, |
|
|
|
|
|
|
|
|
RST201, RST203, RST210, RST212, RST213, RST215, |
|
|
RST301, RST303, RST499 |
|
|
|