summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>2022-12-19 20:30:54 +0000
committerAlex Grönholm <alex.gronholm@nextday.fi>2022-12-20 22:08:51 +0200
commit5d99bb9a09e65eb9b9746737f15c1cddb2a169f8 (patch)
tree7923e4e5454cd3a2d315b7b44a68a1438da3e46e
parentc483df53de41db8dbd4a8aea5ac40fbb9005797f (diff)
downloadwheel-git-5d99bb9a09e65eb9b9746737f15c1cddb2a169f8.tar.gz
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pycqa/isort: 5.10.1 → v5.11.3](https://github.com/pycqa/isort/compare/5.10.1...v5.11.3) - [github.com/asottile/pyupgrade: v3.3.0 → v3.3.1](https://github.com/asottile/pyupgrade/compare/v3.3.0...v3.3.1) - [github.com/psf/black: 22.10.0 → 22.12.0](https://github.com/psf/black/compare/22.10.0...22.12.0)
-rw-r--r--.pre-commit-config.yaml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index 0f7ac1c..9ad7b5f 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -18,19 +18,19 @@ repos:
- id: trailing-whitespace
- repo: https://github.com/pycqa/isort
- rev: 5.10.1
+ rev: v5.11.3
hooks:
- id: isort
args: ["-a", "from __future__ import annotations"]
- repo: https://github.com/asottile/pyupgrade
- rev: v3.3.0
+ rev: v3.3.1
hooks:
- id: pyupgrade
args: ["--py37-plus"]
- repo: https://github.com/psf/black
- rev: 22.10.0
+ rev: 22.12.0
hooks:
- id: black
args: [--target-version=py37]