Skip to content

Commit c62cb56

Browse files
authored
[pre-commit.ci] pre-commit autoupdate (#314)
<!--pre-commit.ci start--> updates: - [github.com/asottile/pyupgrade: v3.15.2 → v3.16.0](asottile/pyupgrade@v3.15.2...v3.16.0) - [github.com/astral-sh/ruff-pre-commit: v0.4.7 → v0.5.0](astral-sh/ruff-pre-commit@v0.4.7...v0.5.0) - [github.com/pycqa/flake8: 7.0.0 → 7.1.0](PyCQA/flake8@7.0.0...7.1.0) <!--pre-commit.ci end-->
2 parents 223ae82 + 6429ed8 commit c62cb56

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,14 @@ repos:
3131
- id: python-use-type-annotations
3232

3333
- repo: https://github.com/asottile/pyupgrade
34-
rev: v3.15.2
34+
rev: v3.16.0
3535
hooks:
3636
- id: pyupgrade
3737
args:
3838
- "--py38-plus"
3939

4040
- repo: https://github.com/astral-sh/ruff-pre-commit
41-
rev: "v0.4.7"
41+
rev: "v0.5.0"
4242
hooks:
4343
- id: ruff
4444
args:
@@ -62,7 +62,7 @@ repos:
6262
- --target-version=py38
6363

6464
- repo: https://github.com/pycqa/flake8
65-
rev: 7.0.0
65+
rev: 7.1.0
6666
hooks:
6767
- id: flake8
6868
additional_dependencies:

0 commit comments

Comments
 (0)