Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#1680)
Browse files Browse the repository at this point in the history
updates:
- [github.com/asottile/pyupgrade: v2.38.0 → v3.1.0](asottile/pyupgrade@v2.38.0...v3.1.0)
- [github.com/pre-commit/mirrors-prettier: v3.0.0-alpha.0 → v3.0.0-alpha.2](pre-commit/mirrors-prettier@v3.0.0-alpha.0...v3.0.0-alpha.2)
- [github.com/pre-commit/mirrors-eslint: v8.23.1 → v8.25.0](pre-commit/mirrors-eslint@v8.23.1...v8.25.0)
- [github.com/psf/black: 22.8.0 → 22.10.0](psf/black@22.8.0...22.10.0)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
pre-commit-ci[bot] committed Oct 22, 2022
1 parent a8fa1d0 commit 0cff109
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 @@ -15,7 +15,7 @@ repos:
hooks:
- id: doc8
- repo: https://github.com/asottile/pyupgrade
rev: v2.38.0
rev: v3.1.0
hooks:
- id: pyupgrade
args: [--py37-plus]
Expand All @@ -38,22 +38,22 @@ repos:
- id: rst-backticks
- id: rst-directive-colons
- repo: https://github.com/pre-commit/mirrors-prettier
rev: v3.0.0-alpha.0
rev: v3.0.0-alpha.2
hooks:
- id: prettier
types_or: [javascript, css]
args:
- --trailing-comma=es5
- repo: https://github.com/pre-commit/mirrors-eslint
rev: v8.23.1
rev: v8.25.0
hooks:
- id: eslint
files: \.js?$
types: [file]
args:
- --fix
- repo: https://github.com/psf/black
rev: 22.8.0
rev: 22.10.0
hooks:
- id: black
language_version: python3
Expand Down

0 comments on commit 0cff109

Please sign in to comment.