Skip to content

Commit b9bb50c

Browse files
pre-commit-ci[bot]carlio
authored andcommitted
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 3e89f68 commit b9bb50c

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

pyproject.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,6 @@ include = [
3131
"c2cgeoform/py.typed",
3232
]
3333

34-
[tool.poetry.scripts]
35-
detect-requirements = 'requirements_detector.run:run'
36-
3734
[tool.poetry.dependencies]
3835
python = ">=3.10,<4.0"
3936
astroid = "^4.0"
@@ -49,3 +46,5 @@ twine = "^6.1.0"
4946
coverage = "^5.5"
5047
pytest-benchmark = "^3.4.1"
5148
pytest-cov = "^2.12.1"
49+
[tool.poetry.scripts]
50+
detect-requirements = 'requirements_detector.run:run'

0 commit comments

Comments
 (0)