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

Commit b532afb

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 22.1.0 → 22.3.0](psf/black@22.1.0...22.3.0) - [github.com/asottile/pyupgrade: v2.31.0 → v2.31.1](asottile/pyupgrade@v2.31.0...v2.31.1)
1 parent 19be499 commit b532afb

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: '22.1.0'
23+
rev: '22.3.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.31.0'
58+
rev: 'v2.31.1'
5959
hooks:
6060
- id: pyupgrade
6161
args: ['--py36-plus', '--keep-mock']

0 commit comments

Comments
 (0)