Updating .gitignore and adding a bash script to format the code with black
This commit is contained in:
parent
f880a01bbb
commit
7156390e69
1
.gitignore
vendored
1
.gitignore
vendored
@ -4,3 +4,4 @@ dragon_bot_env
|
||||
__pycache__
|
||||
*.csv
|
||||
*env
|
||||
.syncthing*
|
||||
|
1
format_code.sh
Executable file
1
format_code.sh
Executable file
@ -0,0 +1 @@
|
||||
docker run -ti -v $(pwd):/tmp/python python bash -c "cd /tmp/python ; pip install black; black ."
|
Loading…
x
Reference in New Issue
Block a user