BaseballBot/GhostBallBot/lint.sh
c0de 7d684d8b9d Install pylint and black
for formatting and ensuring the code conforms to PEP standards
2022-10-24 19:59:18 -05:00

5 lines
106 B
Bash
Executable File

#!/bin/bash
pylint main.py game.py discord_client database
black main.py game.py discord_client database