Skip to content

Commit 0c1b1b7

Browse files
[pre-commit.ci] pre-commit autoupdate (#416)
updates: - [github.com/asottile/pyupgrade: v3.15.0 → v3.16.0](asottile/pyupgrade@v3.15.0...v3.16.0) - [github.com/PyCQA/flake8: 6.1.0 → 7.0.0](PyCQA/flake8@6.1.0...7.0.0) - [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v4.6.0](pre-commit/pre-commit-hooks@v4.5.0...v4.6.0) - [github.com/pycqa/isort: 5.12.0 → 5.13.2](PyCQA/isort@5.12.0...5.13.2) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 6ea831e commit 0c1b1b7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
repos:
22
- repo: https://github.com/asottile/pyupgrade
3-
rev: v3.15.0
3+
rev: v3.16.0
44
hooks:
55
- id: pyupgrade
66
args: ["--py36-plus"]
77

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

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

1818
- repo: https://github.com/pre-commit/pre-commit-hooks
19-
rev: v4.5.0
19+
rev: v4.6.0
2020
hooks:
2121
- id: check-merge-conflict
2222
- id: check-toml
2323
- id: check-yaml
2424
- id: mixed-line-ending
2525

2626
- repo: https://github.com/pycqa/isort
27-
rev: 5.12.0
27+
rev: 5.13.2
2828
hooks:
2929
- id: isort

0 commit comments

Comments
 (0)