Updating .gitignore and adding a bash script to format the code with black
This commit is contained in:
parent
dbe96d8595
commit
c6db680805
1
.gitignore
vendored
1
.gitignore
vendored
@ -4,3 +4,4 @@ dragon_bot_env
|
|||||||
__pycache__
|
__pycache__
|
||||||
*.csv
|
*.csv
|
||||||
*env
|
*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