Add configuration files for Flake8 and pre-commit, and update Pipfile for pre-commit dependency

This commit is contained in:
William Valentin
2025-07-15 13:36:43 -07:00
parent 5e7964a1a2
commit 987dc095c0
6 changed files with 207 additions and 17 deletions

15
requirements.txt Normal file
View File

@@ -0,0 +1,15 @@
-i https://pypi.org/simple
contourpy==1.3.2; python_version >= '3.10'
cycler==0.12.1; python_version >= '3.8'
fonttools==4.58.5; python_version >= '3.9'
kiwisolver==1.4.8; python_version >= '3.10'
matplotlib==3.10.3; python_version >= '3.10'
numpy==2.3.1; python_version >= '3.11'
packaging==25.0; python_version >= '3.8'
pandas==2.3.1; python_version >= '3.9'
pillow==11.3.0; python_version >= '3.9'
pyparsing==3.2.3; python_version >= '3.9'
python-dateutil==2.9.0.post0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2'
pytz==2025.2
six==1.17.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2'
tzdata==2025.2; python_version >= '2'