mirror of
https://github.com/huchenlei/Depth-Anything.git
synced 2026-01-26 15:29:46 +00:00
8 lines
112 B
INI
8 lines
112 B
INI
[flake8]
|
|
max-line-length = 120
|
|
ignore = E203,E501,W503
|
|
per-file-ignores =
|
|
__init__.py:F401
|
|
exclude =
|
|
venv
|