Skip to content

Commit

Permalink
Merge pull request #49 from NCAR/pre-commit-ci-update-config
Browse files Browse the repository at this point in the history
[pre-commit.ci] pre-commit autoupdate
  • Loading branch information
kafitzgerald authored Jun 4, 2024
2 parents b1119d6 + 36cb00c commit a350e09
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ci:

repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.4.3
rev: v0.4.7
hooks:
# Run the linter.
- id: ruff
Expand All @@ -14,14 +14,14 @@ repos:
- id: ruff-format
types_or: [ python, pyi, jupyter ]

- repo: https://github.com/myint/docformatter # To format the doc strings to conform PEP257
- 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/codespell-project/codespell
rev: v2.2.6
rev: v2.3.0
hooks:
- id: codespell
additional_dependencies:
Expand Down

0 comments on commit a350e09

Please sign in to comment.