Skip to content

Commit

Permalink
chore: move linter config into folder
Browse files Browse the repository at this point in the history
  • Loading branch information
lars-reimann committed Mar 13, 2023
1 parent 25b74c1 commit 8ce8068
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 5 deletions.
File renamed without changes.
File renamed without changes.
4 changes: 4 additions & 0 deletions .github/linters/.mypy.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[mypy]
disallow_incomplete_defs = true
disallow_untyped_defs = true
ignore_missing_imports = true
File renamed without changes.
5 changes: 0 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,3 @@ mkdocs-section-index = "^0.3.5"
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"

[tool.mypy]
disallow_incomplete_defs = true
disallow_untyped_defs = true
ignore_missing_imports = true

0 comments on commit 8ce8068

Please sign in to comment.