Skip to content

Commit

Permalink
Updates from review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
maddenp-noaa committed Aug 9, 2024
1 parent a2a9f6a commit 63f9fa5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
4 changes: 4 additions & 0 deletions coastal/coastal.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
"""
A driver for the Coastal App coupled executable.
"""

from iotaa import asset, task, tasks
from uwtools.api.cdeps import CDEPS
from uwtools.api.driver import DriverCycleBased
Expand Down
5 changes: 1 addition & 4 deletions coastal/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,4 @@ pretty = true
warn_return_any = true

[tool.pylint."messages control"]
disable = [
"missing-module-docstring",
"unnecessary-lambda-assignment",
]
disable = ["unnecessary-lambda-assignment"]

0 comments on commit 63f9fa5

Please sign in to comment.