Skip to content

Commit 726dbb0

Browse files
[pre-commit.ci] pre-commit autoupdate (#411)
* [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/asottile/pyupgrade: v2.31.0 → v2.32.0](asottile/pyupgrade@v2.31.0...v2.32.0) - [github.com/psf/black: 22.1.0 → 22.3.0](psf/black@22.1.0...22.3.0) * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 8128aa4 commit 726dbb0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
repos:
1616
# Standard hooks
1717
- repo: https://github.com/pre-commit/pre-commit-hooks
18-
rev: v4.1.0
18+
rev: v4.2.0
1919
hooks:
2020
- id: check-added-large-files
2121
- id: check-case-conflict
@@ -35,7 +35,7 @@ repos:
3535
exclude: ^pii_processing/
3636

3737
- repo: https://github.com/asottile/pyupgrade
38-
rev: v2.31.0
38+
rev: v2.32.0
3939
hooks:
4040
- id: pyupgrade
4141
exclude: ^pii_processing/
@@ -47,7 +47,7 @@ repos:
4747

4848
# Black, the code formatter, natively supports pre-commit
4949
- repo: https://github.com/psf/black
50-
rev: 22.1.0 # Keep in sync with blacken-docs
50+
rev: 22.3.0 # Keep in sync with blacken-docs
5151
hooks:
5252
- id: black
5353
exclude: ^pii_processing/

0 commit comments

Comments
 (0)