Skip to content

Commit 6972b6e

Browse files
committed
fix pyproject.toml
1 parent 5963572 commit 6972b6e

File tree

1 file changed

+0
-36
lines changed

1 file changed

+0
-36
lines changed

pyproject.toml

Lines changed: 0 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -90,39 +90,3 @@ lint.select = [
9090
"F",
9191
"W",
9292
]
93-
94-
[tool.black]
95-
exclude = [
96-
".git",
97-
".hg",
98-
".tox",
99-
"venv",
100-
".venv",
101-
"_build",
102-
"build",
103-
"dist"
104-
]
105-
106-
[tool.djlint]
107-
ignore="H023,T003,H006,H031,D018,H021,H025"
108-
profile="django"
109-
110-
[tool.ruff]
111-
exclude = [
112-
".env",
113-
".venv",
114-
"**/migrations/**",
115-
]
116-
lint.ignore = [
117-
"E501", # line too long
118-
"F403", # 'from module import *' used; unable to detect undefined names
119-
"E701", # multiple statements on one line (colon)
120-
"F401", # module imported but unused
121-
]
122-
lint.line-length = 119
123-
select = [
124-
"I",
125-
"E",
126-
"F",
127-
"W",
128-
]

0 commit comments

Comments
 (0)