Skip to content

Commit

Permalink
Cleanup, pylint upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
lkubb committed Oct 18, 2024
1 parent 3a87f25 commit 7c26c52
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -60,15 +60,15 @@ changelog = ["towncrier==22.12.0"]
dev = [
"nox[uv]>=2024.3",
"pre-commit>=2.21.0",
"pylint==3.2.6",
"pylint==3.3.1",
]
docs = [
"sphinx",
"sphinx-rtd-theme",
]
docsauto = ["sphinx-autobuild"]
lint = [
"pylint==3.2.6",
"pylint==3.3.1",
]
tests = [
"pytest>=7.2.0",
Expand All @@ -79,11 +79,6 @@ tests = [
[project.scripts]
dooti = "dooti.cli:main"

[tool.setuptools]
zip-safe = false
include-package-data = true
platforms = ["any"]

[tool.setuptools.packages.find]
where = ["src"]
exclude = ["tests"]
Expand Down Expand Up @@ -133,9 +128,6 @@ directory = "security"
name = "Security"
showcontent = true

[tool.poetry.scripts]
dooti = "dooti.cli:main"

[tool.isort]
profile = "black"
multi_line_output = 3
Expand Down

0 comments on commit 7c26c52

Please sign in to comment.