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/pre-commit-hooks: v4.4.0 → v4.5.0](pre-commit/pre-commit-hooks@v4.4.0...v4.5.0)
- [github.com/macisamuele/language-formatters-pre-commit-hooks: v2.10.0 → v2.11.0](macisamuele/language-formatters-pre-commit-hooks@v2.10.0...v2.11.0)
- [github.com/astral-sh/ruff-pre-commit: v0.1.1 → v0.1.5](astral-sh/ruff-pre-commit@v0.1.1...v0.1.5)
  • Loading branch information
pre-commit-ci[bot] authored Nov 13, 2023
1 parent 0ffe6be commit 44cd94c
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
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
rev: v4.5.0
hooks:
- id: pretty-format-json
exclude: ".vscode/.*" # Exclude jsonc
Expand All @@ -12,12 +12,12 @@ repos:
args: [--fix=crlf]
- id: check-case-conflict
- repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks
rev: v2.10.0
rev: v2.11.0
hooks:
- id: pretty-format-ini
args: [--autofix]
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: "v0.1.1" # Must match requirements-dev.txt
rev: "v0.1.5" # Must match requirements-dev.txt
hooks:
- id: ruff
args: [--fix]
Expand Down

0 comments on commit 44cd94c

Please sign in to comment.