Skip to content

Commit b26905c

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/pycqa/flake8: 7.2.0 → 7.3.0](PyCQA/flake8@7.2.0...7.3.0) - [github.com/pre-commit/mirrors-mypy: v1.15.0 → v1.16.1](pre-commit/mirrors-mypy@v1.15.0...v1.16.1)
1 parent 081db7f commit b26905c

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
@@ -21,7 +21,7 @@ repos:
2121
- id: isort
2222

2323
- repo: https://github.com/asottile/pyupgrade
24-
rev: "v3.19.1"
24+
rev: "v3.20.0"
2525
hooks:
2626
- id: pyupgrade
2727
args: ["--py312-plus"]
@@ -39,13 +39,13 @@ repos:
3939
- id: black
4040

4141
- repo: https://github.com/pycqa/flake8
42-
rev: "7.2.0"
42+
rev: "7.3.0"
4343
hooks:
4444
- id: flake8
4545
additional_dependencies: [flake8-bugbear]
4646

4747
- repo: https://github.com/pre-commit/mirrors-mypy
48-
rev: "v1.15.0"
48+
rev: "v1.16.1"
4949
hooks:
5050
- id: mypy
5151
args: []

0 commit comments

Comments
 (0)