Skip to content

Commit ab53c7c

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/pyupgrade: v3.19.1 → v3.20.0](asottile/pyupgrade@v3.19.1...v3.20.0) - [github.com/PyCQA/flake8: 7.1.1 → 7.3.0](PyCQA/flake8@7.1.1...7.3.0) - [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](pre-commit/pre-commit-hooks@v5.0.0...v6.0.0) - [github.com/pycqa/isort: 5.13.2 → 6.0.1](PyCQA/isort@5.13.2...6.0.1)
1 parent dbe1526 commit ab53c7c

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.19.1
3+
rev: v3.20.0
44
hooks:
55
- id: pyupgrade
66
args: ["--py38-plus"]
77

88
- repo: https://github.com/PyCQA/flake8
9-
rev: 7.1.1
9+
rev: 7.3.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: v5.0.0
19+
rev: v6.0.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.13.2
27+
rev: 6.0.1
2828
hooks:
2929
- id: isort

0 commit comments

Comments
 (0)