black and isort config

This commit is contained in:
2024-11-11 01:07:18 -07:00
parent d7bc9843dd
commit 19ba9f4f07
5 changed files with 840 additions and 641 deletions

View File

@@ -7,11 +7,12 @@ name = "pypi"
numpy = "*"
scipy = "*"
matplotlib = "*"
black = "*"
flake8 = "*"
[dev-packages]
black = "*"
flake8 = "*"
ipykernel = "*"
isort = "*"
[requires]
python_version = "3.8"
python_version = "3.11"