Skip to content
This repository has been archived by the owner on Nov 23, 2024. It is now read-only.

Commit

Permalink
chore: move linter config into folder (#11)
Browse files Browse the repository at this point in the history
### Summary of Changes

Move linter configuration files into `.github/linters` to reduce the
number of files at the top level.

---------

Co-authored-by: lars-reimann <lars-reimann@users.noreply.github.com>
  • Loading branch information
lars-reimann and lars-reimann authored Mar 13, 2023
1 parent 68d0e1c commit fd9f4f9
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 @@ -35,8 +35,3 @@ mkdocs-section-index = "^0.3.5"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"

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

0 comments on commit fd9f4f9

Please sign in to comment.