We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 152a99f commit 5fa2722Copy full SHA for 5fa2722
4 files changed
.github/workflows/ci.yml
@@ -21,6 +21,9 @@ jobs:
21
uses: actions/setup-python@v4
22
with:
23
python-version: ${{ matrix.python-version }}
24
+
25
+ - name: Clear pre-commit cache
26
+ run: pre-commit clean
27
28
- name: Install UV
29
run: |
@@ -49,3 +52,4 @@ jobs:
49
52
50
53
files: ./coverage.xml
51
54
fail_ci_if_error: true
55
.gitignore
@@ -140,4 +140,6 @@ dmypy.json
140
141
# Cython debug symbols
142
cython_debug/
143
-.ruff_cache/
+.ruff_cache/
144
+database.db
145
+__pycache__/
.pre-commit-config.yaml
@@ -5,7 +5,7 @@ repos:
5
- id: black
6
7
- repo: https://github.com/PyCQA/isort
8
- rev: 6.11.0
+ rev: 6.12.0
9
hooks:
10
- id: isort
11
database.db
-104 KB
0 commit comments