We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3f992b commit 51e4ebbCopy full SHA for 51e4ebb
1 file changed
.github/workflows/python-package.yml
@@ -28,7 +28,7 @@ jobs:
28
run: poetry --help
29
30
- name: Formatting with black
31
- run: poetry run black --check
+ run: poetry run black /netdata /tests--check
32
33
- name: Test with pytest
34
run: poetry run pytest -n 2
0 commit comments