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/asottile/pyupgrade: v3.3.1 → v3.4.0](asottile/pyupgrade@v3.3.1...v3.4.0)
- [github.com/pre-commit/mirrors-eslint: v8.39.0 → v8.40.0](pre-commit/mirrors-eslint@v8.39.0...v8.40.0)
- [github.com/tox-dev/pyproject-fmt: 0.10.0 → 0.11.1](tox-dev/pyproject-fmt@0.10.0...0.11.1)
  • Loading branch information
pre-commit-ci[bot] committed May 8, 2023
1 parent 1b148db commit 9057dfb
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 @@ -16,7 +16,7 @@ repos:
hooks:
- id: doc8
- repo: https://github.com/asottile/pyupgrade
rev: v3.3.1
rev: v3.4.0
hooks:
- id: pyupgrade
args: [--py38-plus]
Expand Down Expand Up @@ -46,7 +46,7 @@ repos:
args:
- --trailing-comma=es5
- repo: https://github.com/pre-commit/mirrors-eslint
rev: v8.39.0
rev: v8.40.0
hooks:
- id: eslint
files: \.js?$
Expand All @@ -60,7 +60,7 @@ repos:
language_version: python3
entry: black --target-version=py38
- repo: https://github.com/tox-dev/pyproject-fmt
rev: 0.10.0
rev: 0.11.1
hooks:
- id: pyproject-fmt
- repo: https://github.com/abravalheri/validate-pyproject
Expand Down

0 comments on commit 9057dfb

Please sign in to comment.