Skip to content

Commit

Permalink
chore: add mypy & ruff to pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
monosans committed Oct 23, 2024
1 parent 445b045 commit 147b8ac
Show file tree
Hide file tree
Showing 3 changed files with 140 additions and 0 deletions.
1 change: 1 addition & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,5 @@ repos:
args:
- --scripts-are-modules
additional_dependencies:
- orjson
- pytest<9
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ dev-dependencies = [
"mkdocs-minify-html-plugin==0.2.3",
"mkdocstrings==0.26.2",
"mkdocstrings-python==1.12.2",
"mypy[faster-cache]==1.13",
"pytest==8.3.3",
"ruff==0.7",
"typing-extensions==4.12.2",
]
Loading

0 comments on commit 147b8ac

Please sign in to comment.