Remove format check from lint job

This commit is contained in:
Andrew Senetar 2021-08-17 00:52:14 -05:00
parent 2879f18e0d
commit 06eca11f0b
Signed by: arsenetar
GPG Key ID: C63300DCE48AB2F1
1 changed files with 0 additions and 3 deletions

View File

@ -24,9 +24,6 @@ jobs:
- name: Lint with flake8
run: |
flake8 .
- name: Check format with black
run: |
black .
format:
runs-on: ubuntu-latest
steps: