Skip to content

Commit

Permalink
move mypy settings to pyproject
Browse files Browse the repository at this point in the history
  • Loading branch information
carueda committed Mar 1, 2024
1 parent 9ae23d0 commit 57cd932
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .mypy.ini

This file was deleted.

8 changes: 8 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@ requires = [
]
build-backend = "setuptools.build_meta"

[tool.mypy]
show_error_codes = true
ignore_missing_imports = true
exclude = [
'examples/',
'src/plotting\.py',
]

[tool.black]
line-length = 90

Expand Down

0 comments on commit 57cd932

Please sign in to comment.