refactor: cleanup the refresh_dir code, update tests (#494)

* feat: take Ignore List into consideration when refreshing directory

* undo the extension check in refresh_dir
This commit is contained in:
yed
2024-09-13 04:54:20 +07:00
committed by GitHub
parent af642a7d29
commit 4942d1633c
8 changed files with 47 additions and 44 deletions

View File

@@ -23,8 +23,9 @@ jobs:
- name: Install dependencies
run: |
pip install -r requirements.txt
pip install mypy==1.11.2
python -m pip install --upgrade uv
uv pip install --system -r requirements.txt
uv pip install --system mypy==1.11.2
mkdir tagstudio/.mypy_cache
- uses: tsuyoshicho/action-mypy@v4