Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
 * Update pre-commit-config with requirements files
 * Fix sorting on requirements.txt
 * Add pre-commit for local testing first; add to requirements-dev.txt
  • Loading branch information
jr3cermak committed May 14, 2024
1 parent b49f60f commit 4ab682f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@ repos:
- id: requirements-txt-fixer
args:
- requirements.txt
- test_requirements.txt
- requirements-dev.txt
- requirements-docs.txt
- requirements-test.txt

- repo: https://github.com/psf/black
rev: 24.4.0
Expand Down
1 change: 1 addition & 0 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ flake8-comprehensions
flake8-mutable
flake8-print
httpretty
pre-commit
pytest
pytest-flake8
requests-mock
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ importlib-metadata # drop this when dropping Python 3.8
importlib-resources # drop this when dropping Python 3.8
isodate
lxml
netcdf4
owslib
packaging
pendulum
pygeoif
pyproj
netcdf4
regex
requests
shapely
Expand Down

0 comments on commit 4ab682f

Please sign in to comment.