Skip to content

Commit e9eb346

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.3.0 → v4.5.0](pre-commit/pre-commit-hooks@v4.3.0...v4.5.0) - [github.com/asottile/pyupgrade: v2.37.3 → v3.15.2](asottile/pyupgrade@v2.37.3...v3.15.2) - [github.com/psf/black: 22.6.0 → 24.3.0](psf/black@22.6.0...24.3.0) - [github.com/PyCQA/isort: 5.10.1 → 5.13.2](PyCQA/isort@5.10.1...5.13.2) - [github.com/PyCQA/flake8: 5.0.4 → 7.0.0](PyCQA/flake8@5.0.4...7.0.0)
1 parent 19adc76 commit e9eb346

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Diff for: .pre-commit-config.yaml

+5-5
Original file line numberDiff line numberDiff line change
@@ -3,30 +3,30 @@ default_stages: [commit]
33

44
repos:
55
- repo: https://github.com/pre-commit/pre-commit-hooks
6-
rev: v4.3.0
6+
rev: v4.5.0
77
hooks:
88
- id: trailing-whitespace
99
- id: end-of-file-fixer
1010
- id: check-yaml
1111

1212
- repo: https://github.com/asottile/pyupgrade
13-
rev: v2.37.3
13+
rev: v3.15.2
1414
hooks:
1515
- id: pyupgrade
1616
args: [--py39-plus]
1717

1818
- repo: https://github.com/psf/black
19-
rev: 22.6.0
19+
rev: 24.3.0
2020
hooks:
2121
- id: black
2222

2323
- repo: https://github.com/PyCQA/isort
24-
rev: 5.10.1
24+
rev: 5.13.2
2525
hooks:
2626
- id: isort
2727

2828
- repo: https://github.com/PyCQA/flake8
29-
rev: 5.0.4
29+
rev: 7.0.0
3030
hooks:
3131
- id: flake8
3232
args: ["--config=setup.cfg"]

0 commit comments

Comments
 (0)