mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-09-04 00:55:19 +00:00
Run black on all examples and require it for CI
This commit is contained in:
2
.github/workflows/lint.yml
vendored
2
.github/workflows/lint.yml
vendored
@ -48,4 +48,4 @@ jobs:
|
||||
- name: Run black
|
||||
if: ${{ always() && steps.install-deps.outcome == 'success' }}
|
||||
run: |
|
||||
black --check --verbose discord
|
||||
black --check --verbose discord examples
|
||||
|
Reference in New Issue
Block a user