Skip to content

Commit

Permalink
flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
TeaganKing committed May 16, 2024
1 parent cc5339f commit e3a78e1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 3 additions & 1 deletion cupid/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@

# fmt: off
# pylint: disable=line-too-long


@click.command(context_settings=CONTEXT_SETTINGS)
@click.option("--serial", "-s", is_flag=True, help="Do not use LocalCluster objects")
@click.option("--time-series", "-ts", is_flag=True, help="Run time series generation scripts prior to diagnostics")
Expand Down Expand Up @@ -204,7 +206,7 @@ def run(
warnings.warn(
f"Environment {bad_env} specified for {nb}.ipynb could not be found;"+
f" {nb}.ipynb will not be run."+
f"See README.md for environment installation instructions.",
"See README.md for environment installation instructions.",
)
all_nbs.pop(nb)

Expand Down
4 changes: 1 addition & 3 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,6 @@
# Theme options are theme-specific and customize the look and feel of a theme
# further. For a list of options available for each theme, see the
# documentation.
# fmt: off
html_theme_options = dict(
# analytics_id="" this is configured in rtfd.io
# canonical_url="",
Expand All @@ -117,8 +116,7 @@
use_issues_button=True,
home_page_in_toc=True,
extra_footer="<em>The National Center for Atmospheric Research is sponsored by the National Science Foundation. Any opinions, findings and conclusions or recommendations expressed in this material do not necessarily reflect the views of the National Science Foundation.</em>",
)
# fmt: on
) # noqa

# Add any paths that contain custom static files (such as style sheets) here,
# relative to this directory. They are copied after the builtin static files,
Expand Down
2 changes: 1 addition & 1 deletion examples/nblibrary/ice/vect_diff.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ def vect_diff(uvel1, vvel1, uvel2, vvel2, angle, proj, case1, case2, TLAT, TLON)
transform=ccrs.PlateCarree(),
)
units = "cm/s"
qk = ax.quiverkey(
ax.quiverkey(
Q,
0.85,
0.025,
Expand Down

0 comments on commit e3a78e1

Please sign in to comment.