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 0f1199a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/mkdoxy-pytest-repo.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: MkDoxy build all supported Python versions
name: MkDoxy Pytest MkDoxy with all supported Python versions

on: [push, pull_request]

Expand Down
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 0f1199a

Please sign in to comment.