1
0
mirror of https://github.com/arsenetar/dupeguru.git synced 2025-03-09 21:24:36 +00:00

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

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: