We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0207903 commit 15a2f84Copy full SHA for 15a2f84
1 file changed
.github/workflows/ci.yml
@@ -14,5 +14,5 @@ jobs:
14
- name: Install black
15
run: pip install black
16
- name: Check formating
17
- run: black --check .
+ run: black --check --exclude "/(\.git(hub)?|\.mypy_cache|\.nox|\.tox|\.venv|libs/send2trash)/" .
18
0 commit comments