Merge "Allow commit title messages to end with a period."
This commit is contained in:
3
tox.ini
3
tox.ini
@@ -31,6 +31,7 @@ downloadcache = ~/cache/pip
|
|||||||
[flake8]
|
[flake8]
|
||||||
# F821: undefined name
|
# F821: undefined name
|
||||||
# H304: no relative imports
|
# H304: no relative imports
|
||||||
ignore = F821,H304
|
# H803 Commit message should not end with a period (do not remove per list discussion)
|
||||||
|
ignore = F821,H304,H803
|
||||||
show-source = True
|
show-source = True
|
||||||
exclude = .venv,.tox,dist,doc,*egg,build
|
exclude = .venv,.tox,dist,doc,*egg,build
|
||||||
|
Reference in New Issue
Block a user