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/asottile/pyupgrade: v3.14.0 → v3.15.0](asottile/pyupgrade@v3.14.0...v3.15.0)
- [github.com/pre-commit/mirrors-eslint: v8.50.0 → v8.51.0](pre-commit/mirrors-eslint@v8.50.0...v8.51.0)
  • Loading branch information
pre-commit-ci[bot] authored Oct 9, 2023
1 parent 21ffb3c commit 3c4eb4b
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
Expand Up @@ -2,7 +2,7 @@
# See https://pre-commit.com/hooks.html for more hooks
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
rev: v4.5.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
Expand All @@ -22,7 +22,7 @@ repos:
hooks:
- id: isort
- repo: https://github.com/asottile/pyupgrade
rev: v3.14.0
rev: v3.15.0
hooks:
- id: pyupgrade
args: [--py39-plus]
Expand Down Expand Up @@ -68,7 +68,7 @@ repos:
|yaml|yml\
)$"
- repo: https://github.com/pre-commit/mirrors-eslint
rev: v8.50.0
rev: v8.51.0
hooks:
- id: eslint
args: ["--format=compact"]
Expand Down

0 comments on commit 3c4eb4b

Please sign in to comment.