mirror of
https://github.com/facebookresearch/pytorch3d.git
synced 2025-08-01 03:12:49 +08:00
7 lines
141 B
INI
7 lines
141 B
INI
[flake8]
|
|
ignore = E203, E266, E501, W503, E221
|
|
max-line-length = 80
|
|
max-complexity = 18
|
|
select = B,C,E,F,W,T4,B9
|
|
exclude = build,__init__.py
|