Reformat the files with black
This commit is contained in:
parent
3d74c5ff7e
commit
2655aa8fa5
8 changed files with 30 additions and 20 deletions
|
@ -9,7 +9,7 @@ steps:
|
|||
commands:
|
||||
- pip install -U pip
|
||||
- pip install mypy flake8 black
|
||||
# - black --check .
|
||||
- black --check .
|
||||
- flake8 activitypub.py
|
||||
- mypy --ignore-missing-imports .
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue