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/charliermarsh/ruff-pre-commit: v0.0.269 → v0.0.272](astral-sh/ruff-pre-commit@v0.0.269...v0.0.272)
- [github.com/asottile/add-trailing-comma: v2.4.0 → v2.5.1](asottile/add-trailing-comma@v2.4.0...v2.5.1)
  • Loading branch information
pre-commit-ci[bot] authored Jun 12, 2023
1 parent dbf50f9 commit 792e138
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 @@ -18,7 +18,7 @@ repos:
- id: pretty-format-ini
args: [--autofix]
- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: "v0.0.269" # Must match requirements-dev.txt
rev: "v0.0.272" # 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: v2.5.1 # Must match requirements-dev.txt
hooks:
- id: add-trailing-comma

Expand Down

0 comments on commit 792e138

Please sign in to comment.