From 032ce7efa3c5f3bed38c2769c7bf12d98fa4c31d Mon Sep 17 00:00:00 2001 From: Katelyn FitzGerald <7872563+kafitzgerald@users.noreply.github.com> Date: Mon, 14 Oct 2024 11:48:53 -0600 Subject: [PATCH 1/3] remove NCL_vector_5.py until we have a curly vector implementation --- Gallery/Vectors/NCL_vector_5.py | 236 -------------------------------- 1 file changed, 236 deletions(-) delete mode 100644 Gallery/Vectors/NCL_vector_5.py diff --git a/Gallery/Vectors/NCL_vector_5.py b/Gallery/Vectors/NCL_vector_5.py deleted file mode 100644 index 67e1c2a7c..000000000 --- a/Gallery/Vectors/NCL_vector_5.py +++ /dev/null @@ -1,236 +0,0 @@ -""" -NCL_vector_5.py -=============== - A vector pressure/height plot - -This script illustrates the following concepts: - - Using streamplot to resemble curly vectors - - Drawing pressure/height vectors over filled contours - - Using inset_axes() to create additional axes for color bars - - Interpolate to user specified pressure levels - - Using the geocat-comp method `interp_hybrid_to_pressure `_ - - Using a different color scheme to follow `best practices Date: Mon, 14 Oct 2024 12:12:09 -0600 Subject: [PATCH 2/3] temporarily remove broken docformatter from pre-commit --- .pre-commit-config.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index fbc882da9..fb59676e3 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -6,12 +6,12 @@ repos: args: ['--in-place', '--recursive', '--style', 'google'] require_serial: true -- repo: https://github.com/PyCQA/docformatter # To format the doc strings to conform PEP257 - rev: v1.7.5 - hooks: - - id: docformatter - args: [--in-place] - +# - repo: https://github.com/PyCQA/docformatter # To format the doc strings to conform PEP257 +# rev: v1.7.5 +# hooks: +# - id: docformatter +# args: [--in-place] +# - repo: https://github.com/pre-commit/pre-commit-hooks # Some common pre-commit hooks rev: v4.6.0 hooks: From c01a443faaa046ae7d2f6184567c71ecb9cb7203 Mon Sep 17 00:00:00 2001 From: Katelyn FitzGerald <7872563+kafitzgerald@users.noreply.github.com> Date: Mon, 14 Oct 2024 12:14:34 -0600 Subject: [PATCH 3/3] formatting --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index fb59676e3..30729ba89 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -11,7 +11,7 @@ repos: # hooks: # - id: docformatter # args: [--in-place] -# +# - repo: https://github.com/pre-commit/pre-commit-hooks # Some common pre-commit hooks rev: v4.6.0 hooks: