Skip to content

Commit

Permalink
remove auto pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
teetone committed Dec 29, 2021
1 parent edf3b3a commit 3093e58
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 10 deletions.
7 changes: 0 additions & 7 deletions .pre-commit-config.yaml

This file was deleted.

8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,10 +77,14 @@ To update and start the public server (be careful!):

# Contributing

To contribute to this project, install the dev dependencies and git hook scripts:
To contribute to this project, install the dependencies:

pip install -r requirements.txt && pre-commit install
./pre-commit.sh

To run unit tests:

python -m pytest

Before pushing code changes to the remote repo, run the pre-commit script:

./pre-commit.sh
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,5 @@ pyhocon==0.3.58
black==19.10b0
flake8==3.8.3
mypy==0.782
pre-commit==2.16.0
pytest==6.2.5
typed-ast<1.5.0,>=1.4.0

0 comments on commit 3093e58

Please sign in to comment.