We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f062716 + f9f2951 commit 063fea4Copy full SHA for 063fea4
.gitignore
@@ -1,3 +1,4 @@
1
.kci-dev.toml
2
+kcidev-src/
3
__pycache__/
4
poetry.lock
scripts/check.sh
@@ -1,5 +1,5 @@
#!/bin/bash
-poetry run black .
-poetry run isort .
+poetry run black . --extend-exclude="kcidev_src"
+poetry run isort . --extend-skip-glob="kcidev_src"
5
poetry run pytest -rP
0 commit comments