8000 ci: Fix black options (#1109) · PyMySQL/PyMySQL@a5e837f · GitHub
[go: up one dir, main page]

Skip to content

Commit a5e837f

Browse files
authored
ci: Fix black options (#1109)
1 parent 101f6e9 commit a5e837f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/lint.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ jobs:
1818
python-version: 3.x
1919
- uses: psf/black@stable
2020
with:
21-
args: ". --diff --check"
21+
options: "--check --verbose"
22+
src: "."
2223
- name: Setup flake8 annotations
2324
uses: rbialon/flake8-annotations@v1
2425
- name: flake8

0 commit comments

Comments
 (0)
0