Skip to content

Commit da58f17

Browse files
committed
chore(linting): minor formatting correction
1 parent 44cf7f3 commit da58f17

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ maintainers = [
2424
{ name = "Litestar Developers", email = "[email protected]" },
2525
{ name = "Cody Fincher", email = "[email protected]" },
2626
{ name = "Jacob Coffee", email = "[email protected]" },
27-
{ name = "Janek Nouvertné", email = "[email protected]" },
27+
{ name = "Janek Nouvertné", email = "[email protected]" },
2828
]
2929
name = "litestar-htmx"
3030
readme = "README.md"
@@ -183,6 +183,7 @@ lint.select = [
183183
"UP", # pyupgrade
184184
"W", # pycodestyle - warning
185185
"YTT", # flake8-2020
186+
186187
]
187188

188189
line-length = 120
@@ -204,6 +205,7 @@ lint.ignore = [
204205
"PLW2901", # pylint - for loop variable overwritten by assignment target
205206
"RUF012", # Ruff-specific rule - annotated with classvar
206207
"ISC001", # Ruff formatter incompatible
208+
"A005", # Module shadows a python builtin
207209
]
208210
src = ["litestar_htmx", "tests", "docs/examples"]
209211
target-version = "py38"

0 commit comments

Comments
 (0)