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.
build
1 parent 5770ac3 commit bbff0d6Copy full SHA for bbff0d6
pyproject.toml
@@ -26,14 +26,13 @@ classifiers = [
26
]
27
28
dependencies = [
29
+ "build>=1.3.0",
30
"deprecation>=2.1.0",
31
"mypy>=1.17.1",
32
"python-dotenv>=1.1.1",
33
"ruff>=0.12.7",
34
"setuptools>=80.9.0",
35
"tox>=4.28.3",
- "twine>=6.1.0",
36
- "types-setuptools>=80.9.0.20250529",
37
38
39
# TODO :(
@@ -54,14 +53,14 @@ indent-style = "space"
54
53
line-ending = "auto"
55
56
[tool.ruff.lint]
+fixable = ["ALL"]
57
select = [
58
"F", # pyflakes
59
"E", # pycodestyle
60
"I", # isort
61
"ANN", # flake8 type annotations
62
"RUF", # ruff-specific rules
63
64
-fixable = ["ALL"]
65
66
[tool.tox]
67
# https://tox.wiki/en/latest/config.html#pyproject-toml-ini
0 commit comments