mirror of
https://github.com/facebookresearch/dinov2.git
synced 2025-06-03 14:52:49 +08:00
9 lines
130 B
INI
9 lines
130 B
INI
[flake8]
|
|
max-line-length = 120
|
|
ignore = E203,E501,W503
|
|
per-file-ignores =
|
|
__init__.py:F401
|
|
hubconf.py:F401
|
|
exclude =
|
|
venv
|