Skip to content

Commit

Permalink
Merge pull request #498 from CederGroupHub/update/pre-commit-autoupdate
Browse files Browse the repository at this point in the history
auto-update pre-commit hooks
  • Loading branch information
lbluque authored Oct 22, 2024
2 parents 47dd416 + a987dec commit ab70cf8
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ci:

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.6.0
rev: v5.0.0
hooks:
- id: check-yaml
- id: fix-encoding-pragma
Expand All @@ -18,12 +18,12 @@ repos:
args: ['--maxkb=600']

- repo: https://github.com/psf/black
rev: 24.8.0
rev: 24.10.0
hooks:
- id: black

- repo: https://github.com/asottile/blacken-docs
rev: 1.18.0
rev: 1.19.0
hooks:
- id: blacken-docs
additional_dependencies: [black==23.1.0]
Expand All @@ -38,7 +38,7 @@ repos:
- --profile=black

- repo: https://github.com/asottile/pyupgrade
rev: v3.17.0
rev: v3.18.0
hooks:
- id: pyupgrade
args: [--py38-plus]
Expand Down Expand Up @@ -84,6 +84,6 @@ repos:
rev: v2.3.0
hooks:
- id: codespell
stages: [commit, commit-msg]
stages: [pre-commit, commit-msg]
exclude_types: [html]
args: [--ignore-words-list, 'nd, tread, mater', --skip, "*.ipynb"]

0 comments on commit ab70cf8

Please sign in to comment.