Skip to content

Commit

Permalink
Merge pull request #289 from JaGeo/pre-commit-ci-update-config
Browse files Browse the repository at this point in the history
pre-commit autoupdate
  • Loading branch information
JaGeo authored May 10, 2024
2 parents fd06eee + b7a2aa8 commit f68ed40
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 @@ -10,13 +10,13 @@ default_language_version:
python: python3
repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.3.5
rev: v0.4.3
hooks:
- id: ruff
args: [--fix]
- id: ruff-format
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
rev: v4.6.0
hooks:
- id: check-yaml
- id: fix-encoding-pragma
Expand Down Expand Up @@ -50,7 +50,7 @@ repos:
- id: rst-directive-colons
- id: rst-inline-touching-normal
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.9.0
rev: v1.10.0
hooks:
- id: mypy
files: lobsterpy/.*
Expand Down

0 comments on commit f68ed40

Please sign in to comment.