Skip to content

Commit 368fd68

Browse files
Fix flake8
1 parent 9356b7c commit 368fd68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ exclude = ['meta/templates/*']
5555
[tool.flake8]
5656
exclude = ['meta/templates', 'pyhtml/__tags/generated.py']
5757
per-file-ignores = [
58-
"pyhtml/__tags/input.py:E501",
58+
"pyhtml/__tags/input_tag.py:E501",
5959
"pyhtml/__tags/generated.py:E501",
6060
]
6161

0 commit comments

Comments
 (0)