Skip to content

Commit 9cb98bb

Browse files
[pre-commit.ci] pre-commit autoupdate (#168)
updates: - [github.com/pre-commit/pre-commit-hooks: v4.1.0 → v4.3.0](pre-commit/pre-commit-hooks@v4.1.0...v4.3.0) - [github.com/asottile/pyupgrade: v2.31.1 → v2.34.0](asottile/pyupgrade@v2.31.1...v2.34.0) - [github.com/psf/black: 22.3.0 → 22.6.0](psf/black@22.3.0...22.6.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent b377978 commit 9cb98bb

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
@@ -3,7 +3,7 @@ ci:
33

44
repos:
55
- repo: https://github.com/pre-commit/pre-commit-hooks
6-
rev: 'v4.1.0'
6+
rev: 'v4.3.0'
77
hooks:
88
- id: end-of-file-fixer
99
- id: trailing-whitespace
@@ -19,7 +19,7 @@ repos:
1919
- id: check-json
2020
- id: check-yaml
2121
- repo: https://github.com/asottile/pyupgrade
22-
rev: 'v2.31.1'
22+
rev: 'v2.34.0'
2323
hooks:
2424
- id: pyupgrade
2525
args:
@@ -31,7 +31,7 @@ repos:
3131
- id: isort
3232
exclude: '(?:extern/.*)'
3333
- repo: https://github.com/psf/black
34-
rev: '22.3.0'
34+
rev: '22.6.0'
3535
hooks:
3636
- id: black
3737
exclude: '(?:extern/.*)'

0 commit comments

Comments
 (0)