mirror of
https://github.com/FuzzingLabs/fuzzforge_ai.git
synced 2026-07-09 17:38:41 +02:00
feat: FuzzForge AI - complete rewrite for OSS release
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
.PHONY: lint test format check
|
||||
|
||||
lint:
|
||||
uv run ruff check src tests
|
||||
uv run mypy src
|
||||
|
||||
test:
|
||||
uv run pytest tests
|
||||
|
||||
format:
|
||||
uv run ruff format src tests
|
||||
uv run ruff check --fix src tests
|
||||
|
||||
check: lint test
|
||||
Reference in New Issue
Block a user