Skip to content

Commit 7242790

Browse files
committed
Fix pyproject.toml
1 parent 7591c10 commit 7242790

1 file changed

Lines changed: 0 additions & 16 deletions

File tree

pyproject.toml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -44,15 +44,10 @@ Documentation = "https://fluxqueue.ccxlv.dev"
4444
Issues = "https://github.com/CCXLV/fluxqueue/issues"
4545
Changelog = "https://github.com/CCXLV/fluxqueue/releases"
4646

47-
<<<<<<< Updated upstream
48-
=======
49-
5047
[dependency-groups]
5148
dev = ["ruff>=0.15.12"]
5249

53-
>>>>>>> Stashed changes
5450
[project.optional-dependencies]
55-
dev = ["ruff"]
5651
tests = ["pytest-asyncio", "python-dotenv", "redis"]
5752
cli = ["fluxqueue-cli>=0.1.1"]
5853
docs = ["mkdocs-material", "mkdocstrings", "mkdocstrings-python"]
@@ -83,15 +78,4 @@ select = [
8378
ignore = [
8479
"E501", # line too long
8580
]
86-
87-
<<<<<<< Updated upstream
88-
exclude = [
89-
".git",
90-
".ruff_cache",
91-
".venv",
92-
"dist",
93-
"build",
94-
]
95-
=======
9681
exclude = [".git", ".ruff_cache", ".venv", "dist", "build"]
97-
>>>>>>> Stashed changes

0 commit comments

Comments
 (0)