deep-person-reid/.flake8

18 lines
496 B
Plaintext
Raw Normal View History

2019-12-01 10:35:26 +08:00
[flake8]
2020-05-05 22:58:00 +08:00
ignore =
# At least two spaces before inline comment
E261,
# Line lengths are recommended to be no greater than 79 characters
E501,
# Missing whitespace around arithmetic operator
E226,
# Blank line contains whitespace
W293,
# Do not use bare 'except'
E722,
# Line break after binary operator
W504,
# isort found an import in the wrong position
I001
2019-12-01 10:35:26 +08:00
max-line-length = 79
2020-05-05 22:58:00 +08:00
exclude = __init__.py, build, torchreid/metrics/rank_cylib/