Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#48)
Browse files Browse the repository at this point in the history
updates:
- [github.com/pre-commit/mirrors-mypy: v1.1.1 → v1.2.0](pre-commit/mirrors-mypy@v1.1.1...v1.2.0)
- [github.com/asottile/pyupgrade: v3.3.1 → v3.3.2](asottile/pyupgrade@v3.3.1...v3.3.2)
- [github.com/pre-commit/mirrors-prettier: v3.0.0-alpha.6 → v3.0.0-alpha.9-for-vscode](pre-commit/mirrors-prettier@v3.0.0-alpha.6...v3.0.0-alpha.9-for-vscode)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
pre-commit-ci[bot] committed May 2, 2023
1 parent d5d2355 commit 359ba2d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Expand Up @@ -33,7 +33,7 @@ repos:
- id: flake8
additional_dependencies: ["flake8-bugbear"]
- repo: https://github.com/pre-commit/mirrors-mypy
rev: "v1.1.1"
rev: "v1.2.0"
hooks:
- id: mypy
- repo: https://github.com/codespell-project/codespell
Expand All @@ -47,7 +47,7 @@ repos:
- id: nbstripout
args: ["--extra-keys", "cell.metadata.pycharm"]
- repo: https://github.com/asottile/pyupgrade
rev: v3.3.1
rev: v3.3.2
hooks:
- id: pyupgrade
args: ["--py37-plus"]
Expand All @@ -57,7 +57,7 @@ repos:
- id: setup-cfg-fmt
args: [--include-version-classifiers, --max-py-version=3.10]
- repo: https://github.com/pre-commit/mirrors-prettier
rev: "v3.0.0-alpha.6"
rev: "v3.0.0-alpha.9-for-vscode"
hooks:
- id: prettier
- repo: https://github.com/hadialqattan/pycln
Expand Down

0 comments on commit 359ba2d

Please sign in to comment.