Skip to content

Commit a350e09

Browse files
authored
Merge pull request #49 from NCAR/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents b1119d6 + 36cb00c commit a350e09

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ ci:
44

55
repos:
66
- repo: https://github.com/astral-sh/ruff-pre-commit
7-
rev: v0.4.3
7+
rev: v0.4.7
88
hooks:
99
# Run the linter.
1010
- id: ruff
@@ -14,14 +14,14 @@ repos:
1414
- id: ruff-format
1515
types_or: [ python, pyi, jupyter ]
1616

17-
- repo: https://github.com/myint/docformatter # To format the doc strings to conform PEP257
17+
- repo: https://github.com/PyCQA/docformatter # To format the doc strings to conform PEP257
1818
rev: v1.7.5
1919
hooks:
2020
- id: docformatter
2121
args: [--in-place]
2222

2323
- repo: https://github.com/codespell-project/codespell
24-
rev: v2.2.6
24+
rev: v2.3.0
2525
hooks:
2626
- id: codespell
2727
additional_dependencies:

0 commit comments

Comments
 (0)