Skip to content

Commit e5bd230

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 22.1.0 → 22.6.0](psf/black@22.1.0...22.6.0) - [github.com/asottile/pyupgrade: v2.31.0 → v2.37.2](asottile/pyupgrade@v2.31.0...v2.37.2) - [github.com/pre-commit/pre-commit-hooks: v4.1.0 → v4.3.0](pre-commit/pre-commit-hooks@v4.1.0...v4.3.0)
1 parent c7c28ed commit e5bd230

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
@@ -6,12 +6,12 @@ repos:
66
args: ["--profile", "black"]
77

88
- repo: https://github.com/psf/black
9-
rev: 22.1.0
9+
rev: 22.6.0
1010
hooks:
1111
- id: black
1212

1313
- repo: https://github.com/asottile/pyupgrade
14-
rev: v2.31.0
14+
rev: v2.37.2
1515
hooks:
1616
- id: pyupgrade
1717
args: ["--py39-plus"]
@@ -23,7 +23,7 @@ repos:
2323
additional_dependencies: [pep8-naming]
2424

2525
- repo: https://github.com/pre-commit/pre-commit-hooks
26-
rev: v4.1.0
26+
rev: v4.3.0
2727
hooks:
2828
- id: trailing-whitespace
2929
- id: end-of-file-fixer

0 commit comments

Comments
 (0)