Skip to content

Commit

Permalink
test: Use pylint and assertpy
Browse files Browse the repository at this point in the history
  • Loading branch information
bennetrr committed Apr 19, 2024
1 parent 1308fde commit 82bc4c8
Show file tree
Hide file tree
Showing 11 changed files with 5,990 additions and 6,039 deletions.
4 changes: 4 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,10 @@ per-file-ignores = [
mypy_path = ".mypy_stubs"
strict = true

[[tool.mypy.overrides]]
module = "assertpy.*"
ignore_missing_imports = true

[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"
Loading

0 comments on commit 82bc4c8

Please sign in to comment.