Add --diff and --check to black
This commit is contained in:
parent
d338033333
commit
8cd9538a50
1 changed files with 2 additions and 2 deletions
|
|
@ -19,7 +19,7 @@ jobs:
|
||||||
|
|
||||||
- name: Run linters
|
- name: Run linters
|
||||||
run: |
|
run: |
|
||||||
black bouquin/*
|
black --diff --check bouquin/*
|
||||||
black tests/*
|
black --diff --check tests/*
|
||||||
pyflakes3 bouquin/*
|
pyflakes3 bouquin/*
|
||||||
pyflakes3 tests/*
|
pyflakes3 tests/*
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue