Skip to content

Commit 39ed750

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/pyupgrade: v3.9.0 → v3.10.1](asottile/pyupgrade@v3.9.0...v3.10.1) - [github.com/PyCQA/flake8: 6.0.0 → 6.1.0](PyCQA/flake8@6.0.0...6.1.0) - [github.com/pre-commit/mirrors-mypy: v1.4.1 → v1.5.0](pre-commit/mirrors-mypy@v1.4.1...v1.5.0)
1 parent 0ed63c4 commit 39ed750

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: .pre-commit-config.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ repos:
5454
language: python
5555
types: [python]
5656
- repo: https://github.com/asottile/pyupgrade
57-
rev: v3.9.0
57+
rev: v3.10.1
5858
hooks:
5959
- id: pyupgrade
6060
args: [--py38-plus]
@@ -97,7 +97,7 @@ repos:
9797
language: python
9898
types: [python]
9999
- repo: https://github.com/PyCQA/flake8
100-
rev: 6.0.0
100+
rev: 6.1.0
101101
hooks:
102102
- id: flake8
103103
language: python
@@ -147,7 +147,7 @@ repos:
147147
language: python
148148
types: [python]
149149
- repo: https://github.com/pre-commit/mirrors-mypy
150-
rev: v1.4.1
150+
rev: v1.5.0
151151
hooks:
152152
- id: mypy
153153
language: python

0 commit comments

Comments
 (0)