Skip to content

Commit

Permalink
Merge pull request #398 from materialsvirtuallab/pre-commit-ci-update…
Browse files Browse the repository at this point in the history
…-config

pre-commit autoupdate
  • Loading branch information
shyuep committed Jul 2, 2024
2 parents ad5d845 + 0ad121e commit 558530f
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 @@ -8,7 +8,7 @@ ci:

repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.4.8
rev: v0.5.0
hooks:
- id: ruff
args: [ --fix, --unsafe-fixes ]
Expand All @@ -22,7 +22,7 @@ repos:
- id: trailing-whitespace

- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.10.0
rev: v1.10.1
hooks:
- id: mypy

Expand Down Expand Up @@ -64,6 +64,6 @@ repos:
args: [ --drop-empty-cells, --keep-output ]

- repo: https://github.com/RobertCraigie/pyright-python
rev: v1.1.366
rev: v1.1.369
hooks:
- id: pyright

0 comments on commit 558530f

Please sign in to comment.