Skip to content

Commit

Permalink
build(pyproject): clean
Browse files Browse the repository at this point in the history
  • Loading branch information
nialov committed Nov 1, 2024
1 parent 210e6ec commit 167b22a
Showing 1 changed file with 0 additions and 48 deletions.
48 changes: 0 additions & 48 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,34 +51,10 @@ seaborn = "*"
shapely = ">=2.0.0,<3.0.0"
typer = ">=0.4"

# Extras
# Coverage
# coverage = {version = "*", optional = true}
# coverage-badge = {version = "*", optional = true}

# Docs
# sphinx = {version = "*", optional = true}
# sphinx-rtd-theme = {version = "*", optional = true}
# nbsphinx = {version = "*", optional = true}
# sphinx-gallery = {version = "*", optional = true}
# sphinx-autodoc-typehints = {version = "*", optional = true}
# sphinx-autobuild = {version = "*", optional = true}

# Linting
# pylint = {version = "*", optional = true}
# rstcheck = {version = "*", optional = true}
# markupsafe = {version = "*", optional = true}

# Typecheck
# mypy = {version = "*", optional = true}

[tool.poetry.dev-dependencies]
# TODO: copier could be installed outside the poetry environment
codespell = "^2.2.2"
cogapp = "^3.3.0"
copier = "*"
coverage = "^6.5.0"
doit = "*"
hypothesis = "*"
ipython = "*"
json5 = "*"
Expand All @@ -91,24 +67,6 @@ pytest = "*"
pytest-regressions = ">=2.2.0,<3.0.0"
toml = "*"

# [tool.poetry.extras]
# coverage = ["coverage", "coverage-badge"]
# docs = [
# "sphinx",
# "sphinx-rtd-theme",
# "nbsphinx",
# "sphinx-gallery",
# "sphinx-autodoc-typehints",
# "sphinx-autobuild"
# ]
# lint = [
# "pylint",
# "rstcheck",
# "sphinx",
# "markupsafe",
# ]
# typecheck = ["mypy"]

[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"
Expand Down Expand Up @@ -172,12 +130,6 @@ disable = [
[tool.pylint.similarities]
ignore-imports = true

[tool.mypy]
python_version = "3.8"
warn_return_any = true
warn_unused_configs = true
ignore_missing_imports = true

[tool.codespell]
ignore_words_list = [
"theses"
Expand Down

0 comments on commit 167b22a

Please sign in to comment.