We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9356b7c commit 368fd68Copy full SHA for 368fd68
pyproject.toml
@@ -55,7 +55,7 @@ exclude = ['meta/templates/*']
55
[tool.flake8]
56
exclude = ['meta/templates', 'pyhtml/__tags/generated.py']
57
per-file-ignores = [
58
- "pyhtml/__tags/input.py:E501",
+ "pyhtml/__tags/input_tag.py:E501",
59
"pyhtml/__tags/generated.py:E501",
60
]
61
0 commit comments