Skip to content

Commit

Permalink
chore: Updated pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
mrkbac committed Sep 16, 2024
1 parent 6304633 commit cdfd447
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 @@ -4,7 +4,7 @@ default_install_hook_types:

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
rev: v4.6.0
hooks:
- id: check-added-large-files
- id: check-case-conflict
Expand All @@ -23,14 +23,14 @@ repos:
- id: trailing-whitespace

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: "v0.3.2"
rev: "v0.6.5"
hooks:
- id: ruff
args: ["--fix"]
- id: ruff-format

- repo: https://github.com/crate-ci/typos
rev: v1.19.0
rev: v1.24.5
hooks:
- id: typos

Expand Down

0 comments on commit cdfd447

Please sign in to comment.