We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f31a1e0 commit 3662e81Copy full SHA for 3662e81
pyproject.toml
@@ -3,7 +3,7 @@ name = "pgocmmitfest"
3
description = "Commitfest app for the PostgreSQL community"
4
dynamic = ["version"]
5
readme = "README.md"
6
-licsense = "PostgreSQL"
+license = "PostgreSQL"
7
dependencies = [
8
"django>=4.2,<5.0",
9
"psycopg2",
@@ -28,12 +28,6 @@ statistics = true
28
ignore = ["E402", "E501", "W503"]
29
max-line-length = 120
30
31
-[tool.ruff]
32
-line-length = 120
33
-
34
-[tool.ruff.format]
35
-quote-style = "preserve"
36
37
[tool.ruff.lint]
38
extend-select = ["I"]
39
@@ -48,4 +42,5 @@ section-order = [
48
42
]
49
43
50
44
[tool.ruff.lint.isort.sections]
45
+# Group all Django imports into a separate section.
51
46
django = ["django"]
0 commit comments