Compare commits

..

No commits in common. "fb5d63f63696652815877d2bc3536e7458bf06e4" and "3988f0a6fc7d7185fc9b6642213541a413e5ea1e" have entirely different histories.

2 changed files with 2 additions and 13 deletions

3
.gitignore vendored
View File

@ -1,5 +1,2 @@
uv.lock
.venv/
.idea/
.pytest_cache/
.ruff_cache/

View File

@ -20,11 +20,3 @@ repos:
# Compile requirements
- id: pip-compile
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