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:
parent
af642a7d29
commit
4942d1633c
8 changed files with 47 additions and 44 deletions
5
.github/workflows/mypy.yaml
vendored
5
.github/workflows/mypy.yaml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue