Skip to content
This repository was archived by the owner on Feb 21, 2023. It is now read-only.

Commit 6e671cb

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 21.12b0 → 22.1.0](psf/black@21.12b0...22.1.0) - [github.com/asottile/pyupgrade: v2.29.1 → v2.31.0](asottile/pyupgrade@v2.29.1...v2.31.0)
1 parent 56d6b32 commit 6e671cb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ repos:
2020
- id: isort
2121
args: ["--profile", "black"]
2222
- repo: https://github.com/psf/black
23-
rev: '21.12b0'
23+
rev: '22.1.0'
2424
hooks:
2525
- id: black
2626
language_version: python3 # Should be a command that runs python3.6+
@@ -55,7 +55,7 @@ repos:
5555
- id: detect-private-key
5656
exclude: ^examples|(?:tests/ssl)/
5757
- repo: https://github.com/asottile/pyupgrade
58-
rev: 'v2.29.1'
58+
rev: 'v2.31.0'
5959
hooks:
6060
- id: pyupgrade
6161
args: ['--py36-plus', '--keep-mock']

0 commit comments

Comments
 (0)