- Add .pre-commit-config.yaml with ruff and black hooks - Add pre-commit git hook script as fallback - Add pre-commit to requirements-dev.txt Running 'pre-commit install' will auto-lint on every commit.
12 lines
170 B
Plaintext
12 lines
170 B
Plaintext
-r requirements.txt
|
|
|
|
pytest>=8.0.0
|
|
pytest-asyncio>=0.23.0
|
|
black>=24.0.0
|
|
ruff>=0.2.0
|
|
mypy>=1.8.0
|
|
types-requests>=2.31.0
|
|
httpx>=0.26.0
|
|
playwright>=1.55.0
|
|
pre-commit>=3.6.0
|