Add configuration files for Flake8 and pre-commit, and update Pipfile for pre-commit dependency
This commit is contained in:
26
Pipfile
Normal file
26
Pipfile
Normal file
@@ -0,0 +1,26 @@
|
||||
[[source]]
|
||||
url = "https://pypi.org/simple"
|
||||
verify_ssl = true
|
||||
name = "pypi"
|
||||
|
||||
[packages]
|
||||
contourpy = "==1.3.2"
|
||||
cycler = "==0.12.1"
|
||||
fonttools = "==4.58.5"
|
||||
kiwisolver = "==1.4.8"
|
||||
matplotlib = "==3.10.3"
|
||||
numpy = "==2.3.1"
|
||||
packaging = "==25.0"
|
||||
pandas = "==2.3.1"
|
||||
pillow = "==11.3.0"
|
||||
pyparsing = "==3.2.3"
|
||||
python-dateutil = "==2.9.0.post0"
|
||||
pytz = "==2025.2"
|
||||
six = "==1.17.0"
|
||||
tzdata = "==2025.2"
|
||||
|
||||
[dev-packages]
|
||||
pre-commit = "*"
|
||||
|
||||
[requires]
|
||||
python_version = "3.13"
|
||||
Reference in New Issue
Block a user