Skip to content

Commit 5a61bc2

Browse files
[pre-commit.ci] pre-commit autoupdate (#78)
updates: - [github.com/asottile/pyupgrade: v3.2.0 → v3.3.1](asottile/pyupgrade@v3.2.0...v3.3.1) - [github.com/PyCQA/flake8: 5.0.4 → 6.0.0](PyCQA/flake8@5.0.4...6.0.0) - [github.com/pre-commit/pre-commit-hooks: v4.3.0 → v4.4.0](pre-commit/pre-commit-hooks@v4.3.0...v4.4.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 898c397 commit 5a61bc2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
repos:
22
- repo: https://github.com/asottile/pyupgrade
3-
rev: v3.2.0
3+
rev: v3.3.1
44
hooks:
55
- id: pyupgrade
66
args: ["--py36-plus"]
77

88
- repo: https://github.com/PyCQA/flake8
9-
rev: 5.0.4
9+
rev: 6.0.0
1010
hooks:
1111
- id: flake8
1212

@@ -16,7 +16,7 @@ repos:
1616
- id: yesqa
1717

1818
- repo: https://github.com/pre-commit/pre-commit-hooks
19-
rev: v4.3.0
19+
rev: v4.4.0
2020
hooks:
2121
- id: check-merge-conflict
2222
- id: check-toml

0 commit comments

Comments
 (0)