Skip to content
This repository was archived by the owner on Nov 19, 2018. It is now read-only.

Commit e263d22

Browse files
committed
Ignore H105
H105 checks for "Authors" tags in files. We want (and need) to keep such checks.
1 parent acec98f commit e263d22

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tox.ini

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,5 @@ commands = flake8
1616
[flake8]
1717
exclude = .venv,.tox,dist,doc,*.egg,build
1818
show-source = true
19+
# H105 - author tags in files
20+
ignore = H105

0 commit comments

Comments
 (0)