Skip to content

Commit

Permalink
deprecated tox.ini
Browse files Browse the repository at this point in the history
  • Loading branch information
Mausy5043 committed Aug 11, 2024
1 parent 3ba1823 commit 6e75336
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 29 deletions.
23 changes: 23 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -74,3 +74,26 @@ skips = ["B101", "B603"]
[tool.black]
line-length = 98
target-version = ["py39", "py310", "py311", "py312"]

[tool.flake8]
max_line_length = 98
ignore = ["E203", "E501", "C901", "W503"]

[tool.pydocstyle]
inherit = false
convention = "google"
match = ".*\\.py"
add-ignore = "D"

[tool.mypy]
warn_return_any = true
warn_unused_configs = true
warn_redundant_casts = true
warn_unused_ignores = true
strict_equality = true
check_untyped_defs = true
disallow_subclassing_any = true
disallow_untyped_decorators = true
disallow_untyped_calls = true
no_implicit_reexport = true
extra_checks = true
29 changes: 0 additions & 29 deletions tox.ini

This file was deleted.

0 comments on commit 6e75336

Please sign in to comment.