Skip to content

Commit

Permalink
Merge pull request #1 from chemelli74/update/pre-commit-autoupdate
Browse files Browse the repository at this point in the history
Auto-update pre-commit hooks
  • Loading branch information
chemelli74 authored Jul 2, 2024
2 parents 6541b0a + d8d9e4a commit 86d0ef5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
repos:
- repo: https://github.com/asottile/pyupgrade
rev: v3.15.2
rev: v3.16.0
hooks:
- id: pyupgrade
args: ["--py310-plus"]
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.3.7
rev: v0.5.0
hooks:
- id: ruff
args:
- --fix
- id: ruff-format
- repo: https://github.com/codespell-project/codespell
rev: v2.2.6
rev: v2.3.0
hooks:
- id: codespell
args:
Expand Down Expand Up @@ -47,7 +47,7 @@ repos:
- id: prettier
stages: [manual]
- repo: https://github.com/pre-commit/mirrors-mypy
rev: "v1.9.0"
rev: "v1.10.1"
hooks:
- id: mypy
additional_dependencies: [types-orjson]
Expand Down

0 comments on commit 86d0ef5

Please sign in to comment.