Skip to content

Commit

Permalink
Temp disable black due to psf/black#2242
Browse files Browse the repository at this point in the history
  • Loading branch information
Cyb3r-Jak3 committed Oct 20, 2021
1 parent 859d0c4 commit cb03c72
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
3 changes: 2 additions & 1 deletion .idea/champlain_discord_bot.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions .idea/runConfigurations/Dev_Bot.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ lint:
pylint --disable=R1710,C0209 ./bot
flake8 ./bot --max-line-length 100 --statistics --show-source --count
bandit -r ./bot
black --check --line-length 100 ./bot
# black --check --line-length 100 ./bot

black-reformat:
reformat:
black --line-length 100 ./bot

0 comments on commit cb03c72

Please sign in to comment.