Skip to content

Commit 3662e81

Browse files
Ruff
1 parent f31a1e0 commit 3662e81

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

pyproject.toml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "pgocmmitfest"
33
description = "Commitfest app for the PostgreSQL community"
44
dynamic = ["version"]
55
readme = "README.md"
6-
licsense = "PostgreSQL"
6+
license = "PostgreSQL"
77
dependencies = [
88
"django>=4.2,<5.0",
99
"psycopg2",
@@ -28,12 +28,6 @@ statistics = true
2828
ignore = ["E402", "E501", "W503"]
2929
max-line-length = 120
3030

31-
[tool.ruff]
32-
line-length = 120
33-
34-
[tool.ruff.format]
35-
quote-style = "preserve"
36-
3731
[tool.ruff.lint]
3832
extend-select = ["I"]
3933

@@ -48,4 +42,5 @@ section-order = [
4842
]
4943

5044
[tool.ruff.lint.isort.sections]
45+
# Group all Django imports into a separate section.
5146
django = ["django"]

0 commit comments

Comments
 (0)