Skip to content

Commit 5fa2722

Browse files
committed
...
1 parent 152a99f commit 5fa2722

4 files changed

Lines changed: 8 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ jobs:
2121
uses: actions/setup-python@v4
2222
with:
2323
python-version: ${{ matrix.python-version }}
24+
25+
- name: Clear pre-commit cache
26+
run: pre-commit clean
2427

2528
- name: Install UV
2629
run: |
@@ -49,3 +52,4 @@ jobs:
4952
with:
5053
files: ./coverage.xml
5154
fail_ci_if_error: true
55+

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,4 +140,6 @@ dmypy.json
140140

141141
# Cython debug symbols
142142
cython_debug/
143-
.ruff_cache/
143+
.ruff_cache/
144+
database.db
145+
__pycache__/

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ repos:
55
- id: black
66

77
- repo: https://github.com/PyCQA/isort
8-
rev: 6.11.0
8+
rev: 6.12.0
99
hooks:
1010
- id: isort
1111

database.db

-104 KB
Binary file not shown.

0 commit comments

Comments
 (0)