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.1.9 → v0.3.4](astral-sh/ruff-pre-commit@v0.1.9...v0.3.4)
- [github.com/macisamuele/language-formatters-pre-commit-hooks: v2.12.0 → v2.13.0](macisamuele/language-formatters-pre-commit-hooks@v2.12.0...v2.13.0)
  • Loading branch information
pre-commit-ci[bot] authored Apr 1, 2024
1 parent d8a408a commit 7bb924a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@ repos:
- id: check-toml

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

- repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks
rev: v2.12.0
rev: v2.13.0
hooks:
- id: pretty-format-yaml
args: [--autofix, --indent, '2']

0 comments on commit 7bb924a

Please sign in to comment.