Compare commits
2 Commits
3988f0a6fc
...
fb5d63f636
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
fb5d63f636 | ||
|
|
784123b9e1 |
5
.gitignore
vendored
5
.gitignore
vendored
@ -1,2 +1,5 @@
|
||||
uv.lock
|
||||
.venv/
|
||||
.venv/
|
||||
.idea/
|
||||
.pytest_cache/
|
||||
.ruff_cache/
|
||||
@ -19,4 +19,12 @@ repos:
|
||||
hooks:
|
||||
# Compile requirements
|
||||
- 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