Compare commits
No commits in common. "fb5d63f63696652815877d2bc3536e7458bf06e4" and "3988f0a6fc7d7185fc9b6642213541a413e5ea1e" have entirely different histories.
fb5d63f636
...
3988f0a6fc
3
.gitignore
vendored
3
.gitignore
vendored
@ -1,5 +1,2 @@
|
|||||||
uv.lock
|
uv.lock
|
||||||
.venv/
|
.venv/
|
||||||
.idea/
|
|
||||||
.pytest_cache/
|
|
||||||
.ruff_cache/
|
|
||||||
@ -20,11 +20,3 @@ repos:
|
|||||||
# Compile requirements
|
# Compile requirements
|
||||||
- id: pip-compile
|
- id: pip-compile
|
||||||
args: [ pyproject.toml, -o, requirements.txt ]
|
args: [ pyproject.toml, -o, requirements.txt ]
|
||||||
- repo: https://github.com/astral-sh/ruff-pre-commit
|
|
||||||
# Ruff version.
|
|
||||||
rev: v0.11.12
|
|
||||||
hooks:
|
|
||||||
# Run the linter.
|
|
||||||
- id: ruff
|
|
||||||
# Run the formatter.
|
|
||||||
- id: ruff-format
|
|
||||||
Loading…
x
Reference in New Issue
Block a user