Skip to content

Commit

Permalink
Fix flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
MaddyGuthridge committed May 3, 2024
1 parent 9356b7c commit 368fd68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ exclude = ['meta/templates/*']
[tool.flake8]
exclude = ['meta/templates', 'pyhtml/__tags/generated.py']
per-file-ignores = [
"pyhtml/__tags/input.py:E501",
"pyhtml/__tags/input_tag.py:E501",
"pyhtml/__tags/generated.py:E501",
]

Expand Down

0 comments on commit 368fd68

Please sign in to comment.