Skip to content

Commit 15a2f84

Browse files
committed
Exclude send2trash from black --check
Don't reformat or check vendored libraries.
1 parent 0207903 commit 15a2f84

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ jobs:
1414
- name: Install black
1515
run: pip install black
1616
- name: Check formating
17-
run: black --check .
17+
run: black --check --exclude "/(\.git(hub)?|\.mypy_cache|\.nox|\.tox|\.venv|libs/send2trash)/" .
1818

0 commit comments

Comments
 (0)