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

Commit 32279ac

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.1.0 → v4.2.0](pre-commit/pre-commit-hooks@v4.1.0...v4.2.0) - [github.com/psf/black: 22.1.0 → 22.3.0](psf/black@22.1.0...22.3.0) - [github.com/pre-commit/pre-commit-hooks: v4.1.0 → v4.2.0](pre-commit/pre-commit-hooks@v4.1.0...v4.2.0) - [github.com/asottile/pyupgrade: v2.31.0 → v2.32.0](asottile/pyupgrade@v2.31.0...v2.32.0)
1 parent 19be499 commit 32279ac

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ repos:
77
entry: ./tools/check_changes.py
88
pass_filenames: false
99
- repo: https://github.com/pre-commit/pre-commit-hooks
10-
rev: 'v4.1.0'
10+
rev: 'v4.2.0'
1111
hooks:
1212
- id: check-merge-conflict
1313
- repo: https://github.com/asottile/yesqa
@@ -20,12 +20,12 @@ 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+
2727
- repo: https://github.com/pre-commit/pre-commit-hooks
28-
rev: 'v4.1.0'
28+
rev: 'v4.2.0'
2929
hooks:
3030
- id: end-of-file-fixer
3131
exclude: >-
@@ -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.32.0'
5959
hooks:
6060
- id: pyupgrade
6161
args: ['--py36-plus', '--keep-mock']

0 commit comments

Comments
 (0)