Skip to content

Commit

Permalink
pre-commit update
Browse files Browse the repository at this point in the history
  • Loading branch information
ml31415 committed May 27, 2024
1 parent 556a40b commit 544db45
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
Expand Up @@ -2,7 +2,7 @@
repos:

- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
rev: v4.6.0
hooks:
- id: forbid-new-submodules
- id: debug-statements
Expand All @@ -25,7 +25,7 @@ repos:
args: [--mapping, '2', --sequence, '4', --offset, '2']

- repo: https://github.com/codespell-project/codespell
rev: v2.2.6
rev: v2.3.0
hooks:
- id: codespell
description: Checks for common misspellings.
Expand All @@ -38,8 +38,8 @@ repos:
- id: mypy
additional_dependencies: [msgspec, types-requests]

- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: v0.4.2
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.4.5
hooks:
- id: ruff
- id: ruff-format

0 comments on commit 544db45

Please sign in to comment.