Commit 46ca87d2 by pre-commit-ci[bot] Committed by Bjorn Neergaard

[pre-commit.ci] pre-commit autoupdate

updates:
- [github.com/asottile/pyupgrade: v2.38.2 → v3.1.0](https://github.com/asottile/pyupgrade/compare/v2.38.2...v3.1.0)
- [github.com/psf/black: 22.8.0 → 22.10.0](https://github.com/psf/black/compare/22.8.0...22.10.0)
parent 29728b5a
...@@ -47,7 +47,7 @@ repos: ...@@ -47,7 +47,7 @@ repos:
- flake8-pie==0.16.0 - flake8-pie==0.16.0
- repo: https://github.com/asottile/pyupgrade - repo: https://github.com/asottile/pyupgrade
rev: v2.38.2 rev: v3.1.0
hooks: hooks:
- id: pyupgrade - id: pyupgrade
args: [--py37-plus] args: [--py37-plus]
...@@ -77,7 +77,7 @@ repos: ...@@ -77,7 +77,7 @@ repos:
args: [--lines-after-imports, "-1"] args: [--lines-after-imports, "-1"]
- repo: https://github.com/psf/black - repo: https://github.com/psf/black
rev: 22.8.0 rev: 22.10.0
hooks: hooks:
- id: black - id: black
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment