Skip to content

Commit

Permalink
add pre-commit to slug dev deps
Browse files Browse the repository at this point in the history
  • Loading branch information
telamonian committed Jun 14, 2024
1 parent 225fcf7 commit 0db1b7c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions {{cookiecutter.project_slug}}/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ dev = [
"bump-my-version",
"coverage", # testing
"mypy", # linting
"pre-commit", # runs linting on commit
"pytest", # testing
"ruff", # linting
]
Expand Down

0 comments on commit 0db1b7c

Please sign in to comment.