Skip to content

Commit 9b25889

Browse files
[pre-commit.ci] pre-commit autoupdate
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/pyupgrade: v2.37.3 → v3.11.0](asottile/pyupgrade@v2.37.3...v3.11.0) - [github.com/psf/black: 22.6.0 → 23.9.1](psf/black@22.6.0...23.9.1) - [github.com/PyCQA/isort: 5.10.1 → 5.12.0](PyCQA/isort@5.10.1...5.12.0) - [github.com/PyCQA/flake8: 5.0.4 → 6.1.0](PyCQA/flake8@5.0.4...6.1.0)
1 parent 19adc76 commit 9b25889

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.4.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.11.0
1414
hooks:
1515
- id: pyupgrade
1616
args: [--py39-plus]
1717

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

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

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

0 commit comments

Comments
 (0)