Skip to content

Commit

Permalink
Merge pull request #13 from PCMDI/10_image
Browse files Browse the repository at this point in the history
Diagnostic image in tooltip and side panel
  • Loading branch information
lee1043 authored Nov 16, 2024
2 parents f15f53b + b0d0104 commit f9b174d
Show file tree
Hide file tree
Showing 7 changed files with 414 additions and 46 deletions.
4 changes: 4 additions & 0 deletions .isort.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[settings]
multi_line_output=3
include_trailing_comma=True
line_length=88
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ repos:
rev: 5.13.2
hooks:
- id: isort
args: ["--honor-noqa"]
args: ['--settings-path', '.isort.cfg']

# =======================
# Python linting
Expand Down
Loading

0 comments on commit f9b174d

Please sign in to comment.