We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ccbc4f commit 0f2ad98Copy full SHA for 0f2ad98
.github/workflows/black.yml
@@ -36,6 +36,6 @@ jobs:
36
uv sync --only-group format
37
- name: Validate code
38
run: |
39
- find fwdpy11 tests tests_with_cpp examples -name '*.py' | xargs python -m black --check
+ find fwdpy11 tests tests_with_cpp examples -name '*.py' | grep -v headers | grep -v demes-spec | xargs python -m black --check
40
41
0 commit comments