Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/astral-sh/ruff-pre-commit: v0.5.1 → v0.5.2](astral-sh/ruff-pre-commit@v0.5.1...v0.5.2)
- [github.com/macisamuele/language-formatters-pre-commit-hooks: v2.13.0 → v2.14.0](macisamuele/language-formatters-pre-commit-hooks@v2.13.0...v2.14.0)
- [github.com/crate-ci/typos: v1.23.1 → typos-v0.10.26](crate-ci/typos@v1.23.1...typos-v0.10.26)
  • Loading branch information
pre-commit-ci[bot] authored and yak-toto committed Jul 16, 2024
1 parent 680c606 commit b949717
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 @@ -23,7 +23,7 @@ repos:
- id: ssort

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.5.1
rev: v0.5.2
hooks:
- id: ruff
args: [--exit-non-zero-on-fix]
Expand All @@ -46,12 +46,12 @@ repos:
- id: import-linter

- repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks
rev: v2.13.0
rev: v2.14.0
hooks:
- id: pretty-format-toml
args: [--autofix, --indent, "4", --trailing-commas, --no-sort]

- repo: https://github.com/crate-ci/typos
rev: v1.23.1
rev: typos-v0.10.26
hooks:
- id: typos

0 comments on commit b949717

Please sign in to comment.