diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index fbc882da9..30729ba89 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: 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