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.286](astral-sh/ruff-pre-commit@v0.0.282...v0.0.286)
- [github.com/pre-commit/mirrors-autopep8: v2.0.2 → v2.0.4](pre-commit/mirrors-autopep8@v2.0.2...v2.0.4)
  • Loading branch information
pre-commit-ci[bot] authored Aug 28, 2023
1 parent e58e5a7 commit b6bf0e9
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 @@ -17,12 +17,12 @@ 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.286" # 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
rev: "v2.0.4" # Must match requirements-dev.txt
hooks:
- id: autopep8
- repo: https://github.com/asottile/add-trailing-comma
Expand Down

0 comments on commit b6bf0e9

Please sign in to comment.