Skip to content

Commit 121ce30

Browse files
pre-commit-ci[bot]Michael Howitz
authored andcommitted
[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.1 → v2.32.0](asottile/pyupgrade@v2.31.1...v2.32.0)
1 parent fc6c352 commit 121ce30

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ repos:
66
- id: black
77
args: [--safe, --quiet, --target-version, py36]
88
- repo: https://github.com/pre-commit/pre-commit-hooks
9-
rev: v4.1.0
9+
rev: v4.2.0
1010
hooks:
1111
- id: trailing-whitespace
1212
- id: end-of-file-fixer
@@ -27,7 +27,7 @@ repos:
2727
- id: reorder-python-imports
2828
args: ['--application-directories=.:src', --py3-plus]
2929
- repo: https://github.com/asottile/pyupgrade
30-
rev: v2.31.1
30+
rev: v2.32.0
3131
hooks:
3232
- id: pyupgrade
3333
args: [--py36-plus]

0 commit comments

Comments
 (0)