Ignore more linter stuff
This commit is contained in:
parent
9377552d3b
commit
09abc0c93a
1 changed files with 13 additions and 12 deletions
|
|
@ -34,7 +34,7 @@ target-version = ["py311"]
|
|||
preview = true
|
||||
|
||||
[tool.djlint]
|
||||
ignore = "D004,D018,J018,T001"
|
||||
ignore = "D004,D018,J018,T001,J004"
|
||||
profile = "jinja"
|
||||
max_line_length = 120
|
||||
format_attribute_template_tags = true
|
||||
|
|
@ -101,6 +101,7 @@ ignore = [
|
|||
"G002", # Allow % in logging
|
||||
"UP031", # Allow % in logging
|
||||
"B008", # Allow Form() as a default value
|
||||
"PGH003", # Allow # type: ignore
|
||||
]
|
||||
|
||||
[tool.ruff.pydocstyle]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue