Skip to content

Commit

Permalink
➕ Deps: Add mypy to dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Mr-Sunglasses committed Dec 30, 2023
1 parent f20ecf0 commit f8d4d01
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 2 deletions.
34 changes: 32 additions & 2 deletions pdm.lock

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

3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ lint = [
hooks = [
"pre-commit>=3.6.0",
]
typing = [
"mypy>=1.8.0",
]

[tool.ruff]
line-length = 160
Expand Down

0 comments on commit f8d4d01

Please sign in to comment.