Skip to content

Commit 143d0ed

Browse files
[pre-commit.ci] pre-commit autoupdate (#35)
updates: - [github.com/asottile/pyupgrade: v3.17.0 → v3.19.1](asottile/pyupgrade@v3.17.0...v3.19.1) - [github.com/hadialqattan/pycln: v2.4.0 → v2.5.0](hadialqattan/pycln@v2.4.0...v2.5.0) - [github.com/pre-commit/mirrors-mypy: v1.11.2 → v1.14.1](pre-commit/mirrors-mypy@v1.11.2...v1.14.1) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 3da0224 commit 143d0ed

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@ repos:
2121
- id: isort
2222

2323
- repo: https://github.com/asottile/pyupgrade
24-
rev: "v3.17.0"
24+
rev: "v3.19.1"
2525
hooks:
2626
- id: pyupgrade
2727
args: ["--py310-plus"]
2828

2929
- repo: https://github.com/hadialqattan/pycln
30-
rev: "v2.4.0"
30+
rev: "v2.5.0"
3131
hooks:
3232
- id: pycln
3333
args: [--config=pyproject.toml]
@@ -45,7 +45,7 @@ repos:
4545
additional_dependencies: [flake8-bugbear]
4646

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

0 commit comments

Comments
 (0)