Skip to content

Commit

Permalink
Add pre-commit package to setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
JakubAndrysek committed Apr 2, 2024
1 parent 2742273 commit 07da9bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .idea/workspace.xml

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

1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ def requirements():
"path~=16.7.1",
"isort~=5.12.0",
"pytest~=6.2.5",
"pre-commit~=3.7.0",
],
},
classifiers=[
Expand Down

0 comments on commit 07da9bd

Please sign in to comment.