Skip to content

Commit

Permalink
Merge pull request #213 from E3SM-Project/update-pre-commit-deps
Browse files Browse the repository at this point in the history
Update pre-commit and its dependencies
  • Loading branch information
xylar authored Dec 5, 2024
2 parents bd09ad8 + 4aa3eda commit dd5bd22
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
@@ -1,10 +1,10 @@
exclude: "docs|.git"
default_stages: [commit]
default_stages: [pre-commit]
fail_fast: true

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.6.0
rev: v5.0.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
Expand Down Expand Up @@ -35,7 +35,7 @@ repos:

# Can run individually with `pre-commit run mypy --all-files`
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.11.2
rev: v1.13.0
hooks:
- id: mypy
args: ["--config=pyproject.toml", "--show-error-codes"]
Expand Down

0 comments on commit dd5bd22

Please sign in to comment.