Skip to content

Commit 8cefbef

Browse files
committed
Chore: Run code formatter poe format
1 parent f8a3ea1 commit 8cefbef

File tree

1 file changed

+8
-12
lines changed

1 file changed

+8
-12
lines changed

cratedb_sqlparse_py/pyproject.toml

Lines changed: 8 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ classifiers = [
3535
"Operating System :: Unix",
3636
"Programming Language :: Python",
3737
"Programming Language :: Python :: 3 :: Only",
38-
"Programming Language :: Python :: 3.8",
3938
"Programming Language :: Python :: 3.9",
4039
"Programming Language :: Python :: 3.10",
4140
"Programming Language :: Python :: 3.11",
@@ -60,29 +59,27 @@ dependencies = [
6059
"antlr4-python3-runtime<4.14",
6160
]
6261

62+
urls.Changelog = "https://github.com/crate/cratedb-sqlparse/releases"
63+
urls.Documentation = "https://github.com/crate/cratedb-sqlparse"
64+
urls.Homepage = "https://github.com/crate/cratedb-sqlparse"
65+
urls.Repository = "https://github.com/crate/cratedb-sqlparse"
66+
6367
[dependency-groups]
6468
dev = [
6569
"mypy<1.16",
6670
"packaging",
6771
"poethepoet<1",
6872
"pyproject-fmt<2.6",
69-
"ruff<0.12",
70-
"validate-pyproject<0.25",
7173
"pytest<9",
7274
"pytest-cov<7",
75+
"ruff<0.12",
76+
"validate-pyproject<0.25",
7377
]
7478
generate = [
7579
"antlr4-tools<0.3",
7680
"requests<3",
7781
]
7882

79-
[project.urls]
80-
Homepage = "https://github.com/crate/cratedb-sqlparse"
81-
Documentation = "https://github.com/crate/cratedb-sqlparse"
82-
Repository = "https://github.com/crate/cratedb-sqlparse"
83-
Changelog = "https://github.com/crate/cratedb-sqlparse/releases"
84-
85-
8683
[tool.setuptools.packages.find]
8784
namespaces = false
8885

@@ -143,7 +140,7 @@ testpaths = [
143140
"tests",
144141
]
145142
xfail_strict = true
146-
markers = []
143+
markers = [ ]
147144

148145
[tool.coverage.run]
149146
branch = false
@@ -170,7 +167,6 @@ exclude = [
170167
"cratedb_sqlparse/generated_parser/SqlBaseParser.py",
171168
]
172169

173-
174170
# ===================
175171
# Tasks configuration
176172
# ===================

0 commit comments

Comments
 (0)