Skip to content

Commit 982f085

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/asottile/setup-cfg-fmt: v2.7.0 → v2.8.0](asottile/setup-cfg-fmt@v2.7.0...v2.8.0) - [github.com/pycqa/flake8: 7.1.2 → 7.2.0](PyCQA/flake8@7.1.2...7.2.0)
1 parent 5afaca2 commit 982f085

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
@@ -49,13 +49,13 @@ repos:
4949
args: ["-a", "from __future__ import annotations"] # Python 3.7+
5050

5151
- repo: https://github.com/asottile/pyupgrade
52-
rev: v3.19.1
52+
rev: v3.20.0
5353
hooks:
5454
- id: pyupgrade
5555
args: ["--py37-plus"]
5656

5757
- repo: https://github.com/asottile/setup-cfg-fmt
58-
rev: v2.7.0
58+
rev: v2.8.0
5959
hooks:
6060
- id: setup-cfg-fmt
6161

@@ -77,7 +77,7 @@ repos:
7777
- flake8-print
7878

7979
- repo: https://github.com/pycqa/flake8
80-
rev: 7.1.2
80+
rev: 7.2.0
8181
hooks:
8282
- id: flake8
8383
exclude: docs/conf.py

0 commit comments

Comments
 (0)