Skip to content

Commit

Permalink
add pre-commit dependency (#338)
Browse files Browse the repository at this point in the history
Adds a pre-commit dependency but it is up to the user to register the provided commit-hooks or not.
  • Loading branch information
Flickdm authored May 22, 2023
1 parent 4af0ad8 commit aac97c5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ dev = [
"ruff == 0.0.269",
"pytest == 7.3.1",
"coverage == 7.2.5",
"pre-commit == 3.2.2",
]
publish = [
"setuptools == 67.7.2",
Expand Down

0 comments on commit aac97c5

Please sign in to comment.