Skip to content

Commit

Permalink
Merge pull request #136 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 Feb 8, 2025
2 parents bd83ece + f5cfc31 commit 220cbba
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 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,27 +18,27 @@ repos:
args: ['--maxkb=500']

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

- repo: https://github.com/asottile/blacken-docs
rev: 1.18.0
rev: 1.19.1
hooks:
- id: blacken-docs
additional_dependencies: [black==23.1.0]
exclude: README.md

- repo: https://github.com/pycqa/isort
rev: 5.13.2
rev: 6.0.0
hooks:
- id: isort
name: isort (python)
args:
- --profile=black

- repo: https://github.com/asottile/pyupgrade
rev: v3.16.0
rev: v3.19.1
hooks:
- id: pyupgrade
args: [--py38-plus]
Expand Down Expand Up @@ -71,6 +71,6 @@ repos:
- id: rst-inline-touching-normal

- repo: https://github.com/pre-commit/mirrors-mypy
rev: 'v1.10.1' # Use the sha / tag you want to point at
rev: 'v1.14.1' # Use the sha / tag you want to point at
hooks:
- id: mypy

0 comments on commit 220cbba

Please sign in to comment.