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.0.282 → v0.0.288](astral-sh/ruff-pre-commit@v0.0.282...v0.0.288)
- https://github.com/pre-commit/mirrors-autopep8https://github.com/hhatto/autopep8
- [github.com/hhatto/autopep8: v2.0.2 → v2.0.4](hhatto/autopep8@v2.0.2...v2.0.4)
- [github.com/asottile/add-trailing-comma: v3.0.1 → v3.1.0](asottile/add-trailing-comma@v3.0.1...v3.1.0)
  • Loading branch information
pre-commit-ci[bot] authored Sep 11, 2023
1 parent e58e5a7 commit ed1e95e
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 @@ -17,16 +17,16 @@ repos:
- id: pretty-format-ini
args: [--autofix]
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: "v0.0.282" # Must match requirements-dev.txt
rev: "v0.0.288" # Must match requirements-dev.txt
hooks:
- id: ruff
args: [--fix]
- repo: https://github.com/pre-commit/mirrors-autopep8
rev: "v2.0.2" # Must match requirements-dev.txt
- repo: https://github.com/hhatto/autopep8
rev: "v2.0.4" # Must match requirements-dev.txt
hooks:
- id: autopep8
- repo: https://github.com/asottile/add-trailing-comma
rev: v3.0.1 # Must match requirements-dev.txt
rev: v3.1.0 # Must match requirements-dev.txt
hooks:
- id: add-trailing-comma

Expand Down

0 comments on commit ed1e95e

Please sign in to comment.