Skip to content

Commit

Permalink
project config
Browse files Browse the repository at this point in the history
  • Loading branch information
KotlinIsland committed Jan 27, 2022
1 parent 3b114c6 commit 49c9016
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 30 deletions.
11 changes: 3 additions & 8 deletions .idea/python-project.iml → .idea/basedtyping.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

19 changes: 15 additions & 4 deletions .idea/inspectionProfiles/Project_Default.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .idea/modules.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

17 changes: 0 additions & 17 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,23 +22,6 @@ isort = "^5.10.1"
build-backend = "poetry.core.masonry.api"
requires = ["poetry-core>=1.0.7"]

[tool.mypy]
allow_redefinition = true
disallow_any_decorated = true
disallow_any_explicit = true
disallow_any_expr = true
disallow_any_generics = true
disallow_any_unimported = true
disallow_subclassing_any = true
disallow_untyped_calls = true
disallow_untyped_decorators = true
disallow_untyped_defs = true
show_error_codes = true
warn_redundant_casts = true
warn_return_any = true
warn_unreachable = true
warn_unused_ignores = true

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

0 comments on commit 49c9016

Please sign in to comment.