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.3.2](asottile/pyupgrade@v3.3.1...v3.3.2)
- [github.com/tox-dev/pyproject-fmt: 0.9.2 → 0.11.1](tox-dev/pyproject-fmt@0.9.2...0.11.1)
- [github.com/pre-commit/mirrors-prettier: v2.7.1 → v3.0.0-alpha.9-for-vscode](pre-commit/mirrors-prettier@v2.7.1...v3.0.0-alpha.9-for-vscode)
  • Loading branch information
pre-commit-ci[bot] committed May 1, 2023
1 parent 0cdb0ec commit f49fc64
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 @@ -12,7 +12,7 @@ repos:
- id: end-of-file-fixer
- id: trailing-whitespace
- repo: https://github.com/asottile/pyupgrade
rev: v3.3.1
rev: v3.3.2
hooks:
- id: pyupgrade
args: ["--py37-plus"]
Expand All @@ -36,7 +36,7 @@ repos:
- id: tox-ini-fmt
args: ["-p", "fix"]
- repo: https://github.com/tox-dev/pyproject-fmt
rev: "0.9.2"
rev: "0.11.1"
hooks:
- id: pyproject-fmt
- repo: https://github.com/PyCQA/flake8
Expand All @@ -52,7 +52,7 @@ repos:
- flake8-noqa==1.3.1
- pep8-naming==0.13.3
- repo: https://github.com/pre-commit/mirrors-prettier
rev: "v2.7.1"
rev: "v3.0.0-alpha.9-for-vscode"
hooks:
- id: prettier
additional_dependencies:
Expand Down

0 comments on commit f49fc64

Please sign in to comment.