Skip to content

Commit

Permalink
added pre-commit to dev deps
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisTimperley committed Nov 20, 2024
1 parent e284904 commit 8e03081
Show file tree
Hide file tree
Showing 2 changed files with 182 additions and 2 deletions.
183 changes: 181 additions & 2 deletions poetry.lock

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

1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ mypy = ">=1.10.0"
pytest = ">=8.2.2"
pytest-cov = ">=5.0.0"
ruff = ">=0.4.10"
pre-commit = "^4.0.1"

[tool.mypy]
ignore_missing_imports = false
Expand Down

0 comments on commit 8e03081

Please sign in to comment.