Skip to content

Commit

Permalink
Update deptry config
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarrmondragon committed Dec 14, 2023
1 parent d3643a3 commit 469d956
Showing 1 changed file with 18 additions and 2 deletions.
20 changes: 18 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,6 @@ dev = [
"citric[docs,test,typing]",
"colorama>=0.4.6",
"requests-cache[sqlite]>=1.1",
"safety>=2.1.1",
"tabulate>=0.9",
"xdoctest>=1.1.1",
]
docs = [
Expand Down Expand Up @@ -238,16 +236,33 @@ max-args = 10
[tool.codespell]
skip = ".mypy_cache,.nox,.ruff_cache,build,docs/index.md,docs/requirements.txt"

[tool.deptry.package_module_name_map]
types-requests = "requests"

[tool.deptry.per_rule_ignores]
DEP002 = [
"colorama",
"coverage",
"deptry",
"faker",
"furo",
"mypy",
"myst-parser",
"pytest",
"pytest-github-actions-annotate-failures",
"pytest-httpserver",
"pytest-subtests",
"python-dotenv",
"requests-cache",
"semver",
"sphinx",
"sphinx-autoapi",
"sphinx-autobuild",
"sphinx-copybutton",
"sphinx-hoverxref",
"sphinx-notfound-page",
"tinydb",
"xdoctest",
]
DEP004 = [
"typing_extensions",
Expand Down Expand Up @@ -284,6 +299,7 @@ precision = 2
show_missing = true

[tool.mypy]
warn_redundant_casts = true
warn_unreachable = true
warn_unused_configs = true
warn_unused_ignores = true
Expand Down

0 comments on commit 469d956

Please sign in to comment.