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/macisamuele/language-formatters-pre-commit-hooks: v2.9.0 → v2.10.0](macisamuele/language-formatters-pre-commit-hooks@v2.9.0...v2.10.0)
- https://github.com/charliermarsh/ruff-pre-commithttps://github.com/astral-sh/ruff-pre-commit
- [github.com/astral-sh/ruff-pre-commit: v0.0.269 → v0.0.278](astral-sh/ruff-pre-commit@v0.0.269...v0.0.278)
- [github.com/asottile/add-trailing-comma: v2.4.0 → v3.0.0](asottile/add-trailing-comma@v2.4.0...v3.0.0)
  • Loading branch information
pre-commit-ci[bot] authored Jul 17, 2023
1 parent dbf50f9 commit ac1e356
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ repos:
args: [--fix=crlf]
- id: check-case-conflict
- repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks
rev: v2.9.0
rev: v2.10.0
hooks:
- id: pretty-format-ini
args: [--autofix]
- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: "v0.0.269" # Must match requirements-dev.txt
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: "v0.0.278" # Must match requirements-dev.txt
hooks:
- id: ruff
args: [--fix]
Expand All @@ -27,7 +27,7 @@ repos:
hooks:
- id: autopep8
- repo: https://github.com/asottile/add-trailing-comma
rev: v2.4.0 # Must match requirements-dev.txt
rev: v3.0.0 # Must match requirements-dev.txt
hooks:
- id: add-trailing-comma

Expand Down

0 comments on commit ac1e356

Please sign in to comment.