Skip to content

Commit 9b172e9

Browse files
Add build files
1 parent 77a4cce commit 9b172e9

File tree

4 files changed

+2727
-13
lines changed

4 files changed

+2727
-13
lines changed

.gitignore

+1-13
Original file line numberDiff line numberDiff line change
@@ -64,24 +64,12 @@ coverage.xml
6464
.hypothesis/
6565
.pytest_cache/
6666
cover/
67+
uv.lock
6768

6869
# Translations
6970
*.mo
7071
*.pot
7172

72-
# Django stuff:
73-
*.log
74-
local_settings.py
75-
db.sqlite3
76-
db.sqlite3-journal
77-
78-
# Flask stuff:
79-
instance/
80-
.webassets-cache
81-
82-
# Scrapy stuff:
83-
.scrapy
84-
8573
# Sphinx documentation
8674
docs/_build/
8775

.pre-commit-config.yaml

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
repos:
2+
- repo: https://github.com/astral-sh/ruff-pre-commit
3+
rev: v0.2.1
4+
hooks:
5+
- id: ruff
6+
args:
7+
- --fix
8+
- id: ruff-format
9+
- repo: https://github.com/pre-commit/pre-commit-hooks
10+
rev: v4.5.0
11+
hooks:
12+
- id: check-merge-conflict
13+
- id: check-yaml

0 commit comments

Comments
 (0)