Skip to content

Commit

Permalink
Merge pull request #113 from aliceinwire/bisect
Browse files Browse the repository at this point in the history
gitignore: Add ignore bisect default folder from git repository
  • Loading branch information
aliceinwire authored Feb 17, 2025
2 parents f062716 + f9f2951 commit 063fea4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
.kci-dev.toml
kcidev-src/
__pycache__/
poetry.lock
4 changes: 2 additions & 2 deletions scripts/check.sh
Original file line number Diff line number Diff line change
@@ -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"
poetry run pytest -rP

0 comments on commit 063fea4

Please sign in to comment.