Skip to content

Commit

Permalink
Remove setup.cfg (#394)
Browse files Browse the repository at this point in the history
  • Loading branch information
FantasqueX authored Jul 27, 2024
1 parent 71161a7 commit 669cda2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
6 changes: 6 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ line-length = 88
target-version = ["py38", "py39", "py310", "py311", "py312"]
exclude = "((.eggs | .git | .pytype | .pytest_cache | build | dist))"

[tool.mypy]
ignore_missing_imports = true
show_error_codes = true
warn_redundant_casts = true
warn_unused_ignores = true

[tool.poetry]
name = "questionary"
version = "2.0.1"
Expand Down
8 changes: 0 additions & 8 deletions setup.cfg

This file was deleted.

0 comments on commit 669cda2

Please sign in to comment.