dinov2/setup.cfg

9 lines
130 B
INI
Raw Normal View History

2023-04-18 01:55:51 +08:00
[flake8]
max-line-length = 120
ignore = E203,E501,W503
per-file-ignores =
__init__.py:F401
hubconf.py:F401
exclude =
venv