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/pre-commit/mirrors-prettier: v4.0.0-alpha.5 → v4.0.0-alpha.8](pre-commit/mirrors-prettier@v4.0.0-alpha.5...v4.0.0-alpha.8)
- [github.com/astral-sh/ruff-pre-commit: v0.1.8 → v0.1.9](astral-sh/ruff-pre-commit@v0.1.8...v0.1.9)
  • Loading branch information
pre-commit-ci[bot] authored Dec 25, 2023
1 parent cccd4e9 commit 836afd3
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
@@ -1,12 +1,12 @@
repos:
# Hooks that are run everywhere
- repo: https://github.com/pre-commit/mirrors-prettier
rev: v4.0.0-alpha.5 # Only update together with the pre-commit yaml in the tempalate!
rev: v4.0.0-alpha.8 # Only update together with the pre-commit yaml in the tempalate!
hooks:
- id: prettier
# Hooks that are run for scripts
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.1.8
rev: v0.1.9
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]
Expand Down

0 comments on commit 836afd3

Please sign in to comment.