setup.cfg 467 Bytes
Newer Older
Thomas Grainger's avatar
Thomas Grainger committed
1
2
[bdist_wheel]
universal=1
3

4
5
6
[metadata]
license_file = LICENSE

7
8
9
10
11
[pep8]
max-line-length = 120

[flake8]
max-line-length = 120
12
13
14
15
16
17
18
ignore = E203, E402, W503, W504, F821
per-file-ignores =
    __init__.py: F401, F403, F405
    ./hubconf.py: F401
    torchvision/models/mobilenet.py: F401, F403
    torchvision/models/quantization/mobilenet.py: F401, F403
    test/smoke_test.py: F401
19
exclude = venv
20
21
22

[pydocstyle]
select = D417 # Missing argument descriptions in the docstring