- Pin black version in requirements-dev.txt (was >=24.0.0) - Update pre-commit to use black 26.3.1 with Python 3.12 - Add language_version: python3.12 to pre-commit black hook - Reformat files with new black version for consistency
12 lines
170 B
Plaintext
12 lines
170 B
Plaintext
-r requirements.txt
|
|
|
|
pytest>=8.0.0
|
|
pytest-asyncio>=0.23.0
|
|
black==26.3.1
|
|
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
|