Skip to content

Commit 6fe4af7

Browse files
committed
Fix pre-commit issues
1 parent fb7b534 commit 6fe4af7

File tree

2 files changed

+2
-9
lines changed

2 files changed

+2
-9
lines changed

detclim/plot_ensemble_mean_map.py

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,6 @@ def main():
1212
scratch_dir = Path("/lustre/storm/nwp501/proj-shared/mkelleher/e3sm_scratch")
1313
ctl = "ctl"
1414
test = "clubb_c1-5p0pct"
15-
params_hum = {
16-
"effgw_oro": "GW Orog",
17-
"clubb_c1": "CLUBB C1",
18-
"zmconv_c0_ocn": "ZM Conv C0-Ocean",
19-
"ctl": "Control",
20-
}
2115

2216
cases = {
2317
ctl: "2025-09-16.F2010.ne30pg2_r05_oECv3_control",
@@ -48,7 +42,6 @@ def main():
4842
dvar = "CLDLIQ"
4943
title_props = {"fontsize": 8}
5044
_figwidth = 12.5 / 2.54
51-
plot_3panel = False
5245

5346
cbar_props = {"location": "right", "pad": 0.01, "shrink": 0.8}
5447
_figheight = _figwidth * 1.1
@@ -127,4 +120,4 @@ def main():
127120

128121

129122
if __name__ == "__main__":
130-
main()
123+
main()

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ dependencies = [
7575
dynamic = ["version"]
7676

7777
[project.optional-dependencies]
78-
dev = ["ruff", "black", "pylint", "isort", "pytest"]
78+
dev = ["ruff", "black", "pylint", "isort", "pytest", "pre-commit>=4.3.0"]
7979

8080
[project.urls]
8181
Homepage = "https://github.com/mkstratos/detectable_climate"

0 commit comments

Comments
 (0)