website/pyproject.toml

16 lines
247 B
TOML
Raw Normal View History

2022-08-03 20:22:02 +01:00
[tool.curlylint]
2022-08-05 08:58:21 +01:00
include = '/website/.*\.html'
2022-08-03 20:22:02 +01:00
exclude = '''
(
navbar\.html
| referrallink_snippet_link\.html
| onlineaccount_snippet_link\.html
| base\.html
| 500\.html
)
'''
[tool.curlylint.rules]
indent = 2
html_has_lang = 'en-GB'