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/psf/black: 22.8.0 → 22.10.0](psf/black@22.8.0...22.10.0)
- [github.com/asottile/pyupgrade: v2.38.0 → v3.1.0](asottile/pyupgrade@v2.38.0...v3.1.0)
- [github.com/asottile/setup-cfg-fmt: v2.0.0 → v2.1.0](asottile/setup-cfg-fmt@v2.0.0...v2.1.0)
- [github.com/pre-commit/mirrors-mypy: v0.971 → v0.982](pre-commit/mirrors-mypy@v0.971...v0.982)
  • Loading branch information
pre-commit-ci[bot] authored Oct 17, 2022
1 parent 4c5a148 commit 6be0d61
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
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/psf/black
rev: 22.8.0
rev: 22.10.0
hooks:
- id: black-jupyter

Expand Down Expand Up @@ -36,13 +36,13 @@ repos:
- id: isort

- repo: https://github.com/asottile/pyupgrade
rev: v2.38.0
rev: v3.1.0
hooks:
- id: pyupgrade
args: ["--py36-plus"]

- repo: https://github.com/asottile/setup-cfg-fmt
rev: v2.0.0
rev: v2.1.0
hooks:
- id: setup-cfg-fmt

Expand All @@ -69,7 +69,7 @@ repos:
additional_dependencies: *flake8_dependencies

- repo: https://github.com/pre-commit/mirrors-mypy
rev: v0.971
rev: v0.982
hooks:
- id: mypy
files: src
Expand Down

0 comments on commit 6be0d61

Please sign in to comment.