Skip to content

Commit 19f1aaa

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/hadialqattan/pycln: v2.2.2 → v2.3.0](hadialqattan/pycln@v2.2.2...v2.3.0) - [github.com/pre-commit/mirrors-mypy: v1.5.1 → v1.6.0](pre-commit/mirrors-mypy@v1.5.1...v1.6.0)
1 parent 18c44f9 commit 19f1aaa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ repos:
4242
args: ["--check", "--no-update"]
4343

4444
- repo: https://github.com/hadialqattan/pycln
45-
rev: v2.2.2
45+
rev: v2.3.0
4646
hooks:
4747
- id: pycln
4848
args: [--config=pyproject.toml]
@@ -54,7 +54,7 @@ repos:
5454
name: isort (python)
5555

5656
- repo: https://github.com/pre-commit/mirrors-mypy
57-
rev: "v1.5.1"
57+
rev: "v1.6.0"
5858
hooks:
5959
- id: mypy
6060
args: [--config-file, ./pyproject.toml]

0 commit comments

Comments
 (0)