diff options
| author | Bobby <[email protected]> | 2022-11-05 06:43:35 -0400 |
|---|---|---|
| committer | Bobby <[email protected]> | 2022-11-05 06:43:35 -0400 |
| commit | a498477551af4e54bfa09f5ee1d6bbaf8f6056fe (patch) | |
| tree | c4ed68127b551f75e6d19f15d6fba2cad1d47782 /commit.sh | |
| parent | 43823882c7ae18b19b03134fb57862a8df0ca8a1 (diff) | |
| download | texty-a498477551af4e54bfa09f5ee1d6bbaf8f6056fe.tar.xz texty-a498477551af4e54bfa09f5ee1d6bbaf8f6056fe.zip | |
refactor: auto sort and format code on commit
Diffstat (limited to 'commit.sh')
| -rwxr-xr-x | commit.sh | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -40,6 +40,12 @@ commands() { # Example: # echo "Hello World" + # Sort imports + python3 -m isort . + + # Format code + python3 -m black . + # Generate Requirements.txt pipreqs --force . |
