Skip to content

Commit 063fea4

Browse files
authored
Merge pull request #113 from aliceinwire/bisect
gitignore: Add ignore bisect default folder from git repository
2 parents f062716 + f9f2951 commit 063fea4

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
.kci-dev.toml
2+
kcidev-src/
23
__pycache__/
34
poetry.lock

scripts/check.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash
22

3-
poetry run black .
4-
poetry run isort .
3+
poetry run black . --extend-exclude="kcidev_src"
4+
poetry run isort . --extend-skip-glob="kcidev_src"
55
poetry run pytest -rP

0 commit comments

Comments
 (0)