Skip to content

Commit

Permalink
Linting
Browse files Browse the repository at this point in the history
  • Loading branch information
fmalatino committed Jun 7, 2024
1 parent 74640ca commit 38fc2ce
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@
]

test_requirements = ["pytest", "pytest-subtests", "serialbox", "coverage"]
ndsl_requirements = ["ndsl @ git+https://github.com/fmalatino/NDSL.git@fix/computegridoption"]
ndsl_requirements = [
"ndsl @ git+https://github.com/fmalatino/NDSL.git@fix/computegridoption"
]
pyFV3_requirements = ["pyFV3 @ git+https://github.com/NOAA-GFDL/PyFV3.git@develop"]
develop_requirements = (
test_requirements + ndsl_requirements + pyFV3_requirements + ["pre-commit"]
Expand Down

0 comments on commit 38fc2ce

Please sign in to comment.