Skip to content
This repository was archived by the owner on Jan 23, 2024. It is now read-only.

Commit 87840f2

Browse files
Juan Ajalvz
authored andcommitted
Add autopep8 pre-commit hook instructions
1 parent 67f58a5 commit 87840f2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ The setup of the services needed is done by the script `scripts/start_services.p
2020

2121

2222
## Development Info
23+
- Add a pre-commit hook for autopep8 formatting:
24+
- wget https://raw.githubusercontent.com/chibiegg/git-autopep8/master/pre-commit -O .git/hooks/pre-commit
25+
- chmod +x .git/hooks/pre-commit
2326
- Tests should be runnable also on cloud.
2427
The setup should be seperated from the test logic.
2528
When running tests on cloud dependencies will be started ahead and probably passed in by a URL.

0 commit comments

Comments
 (0)