Skip to content

Commit

Permalink
Temporarily remove incorrect NCL_vector_5.py example (#618)
Browse files Browse the repository at this point in the history
* remove NCL_vector_5.py until we have a curly vector implementation

* temporarily remove broken docformatter from pre-commit

* formatting
  • Loading branch information
kafitzgerald authored Oct 14, 2024
1 parent 6936808 commit 63ba2c6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 242 deletions.
12 changes: 6 additions & 6 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
236 changes: 0 additions & 236 deletions Gallery/Vectors/NCL_vector_5.py

This file was deleted.

0 comments on commit 63ba2c6

Please sign in to comment.