Makefile enhancements

This commit is contained in:
2025-09-13 21:48:18 +02:00
parent 82c8b0430b
commit 9aa6fbf722
3 changed files with 140 additions and 19 deletions

10
requirements-dev.txt Normal file
View File

@@ -0,0 +1,10 @@
# Linting and formatting tools
black>=23.0.0
isort>=5.12.0
flake8>=6.0.0
mypy>=1.0.0
# Optional: More advanced linting
flake8-docstrings>=1.7.0
flake8-import-order>=0.18.2