Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update mov run #994

Merged
merged 18 commits into from
Nov 30, 2023
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Prev Previous commit
Next Next commit
add import shapely at the top and adjust isort setting thus pre-commi…
…t can consider it as an exception
  • Loading branch information
lee1043 committed Nov 29, 2023
commit ec4bb3d1acbf8c0902688f11046ba47033ae2c26
1 change: 1 addition & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ repos:
rev: 5.12.0
hooks:
- id: isort
args: ["--honor-noqa"]

# =======================
# Python linting
Expand Down
1 change: 0 additions & 1 deletion pcmdi_metrics/variability_mode/lib/plot_map.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import faulthandler
import sys

# import cartopy
import cartopy.crs as ccrs
import matplotlib.path as mpath
import matplotlib.pyplot as plt
Expand Down
3 changes: 1 addition & 2 deletions pcmdi_metrics/variability_mode/variability_modes_driver.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,7 @@
for advertising or product endorsement purposes.
"""

from __future__ import print_function

import shapely # noqa
import glob
import json
import os
Expand Down