Skip to content

Commit 9efd49a

Browse files
[pre-commit.ci] pre-commit autoupdate (#3)
<!--pre-commit.ci start--> updates: - [github.com/pre-commit/pre-commit-hooks: v4.3.0 → v4.4.0](pre-commit/pre-commit-hooks@v4.3.0...v4.4.0) - [github.com/asottile/setup-cfg-fmt: v2.1.0 → v2.2.0](asottile/setup-cfg-fmt@v2.1.0...v2.2.0) - [github.com/asottile/pyupgrade: v3.1.0 → v3.2.2](asottile/pyupgrade@v3.1.0...v3.2.2) <!--pre-commit.ci end--> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent cbaa077 commit 9efd49a

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
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v4.3.0
3+
rev: v4.4.0
44
hooks:
55
- id: trailing-whitespace
66
- id: end-of-file-fixer
@@ -12,12 +12,12 @@ repos:
1212
language_version: python3
1313

1414
- repo: https://github.com/asottile/setup-cfg-fmt
15-
rev: v2.1.0
15+
rev: v2.2.0
1616
hooks:
1717
- id: setup-cfg-fmt
1818

1919
- repo: https://github.com/asottile/pyupgrade
20-
rev: v3.1.0
20+
rev: v3.2.2
2121
hooks:
2222
- id: pyupgrade
2323
args: [--py37-plus]

0 commit comments

Comments
 (0)