Skip to content

Commit cb35162

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/pyupgrade: v3.15.2 → v3.16.0](asottile/pyupgrade@v3.15.2...v3.16.0) - [github.com/pycqa/flake8: 7.0.0 → 7.1.0](PyCQA/flake8@7.0.0...7.1.0) - [github.com/asottile/reorder-python-imports: v3.12.0 → v3.13.0](asottile/reorder-python-imports@v3.12.0...v3.13.0)
1 parent 7dad157 commit cb35162

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,18 +38,18 @@ repos:
3838
- id: black
3939

4040
- repo: https://github.com/asottile/pyupgrade
41-
rev: v3.15.2
41+
rev: v3.16.0
4242
hooks:
4343
- id: pyupgrade
4444
args: [--py38-plus]
4545

4646
- repo: https://github.com/pycqa/flake8
47-
rev: 7.0.0
47+
rev: 7.1.0
4848
hooks:
4949
- id: flake8
5050

5151
- repo: https://github.com/asottile/reorder-python-imports
52-
rev: v3.12.0
52+
rev: v3.13.0
5353
hooks:
5454
- id: reorder-python-imports
5555
args: [--py38-plus]

0 commit comments

Comments
 (0)