Skip to content

Commit 6bff150

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/mirrors-mypy: v1.0.0 → v1.0.1](pre-commit/mirrors-mypy@v1.0.0...v1.0.1) - [github.com/pappasam/toml-sort: v0.22.3 → v0.22.4](pappasam/toml-sort@v0.22.3...v0.22.4)
1 parent faa6194 commit 6bff150

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
@@ -68,7 +68,7 @@ repos:
6868
- id: check-json
6969
exclude: (.vscode|.devcontainer)
7070
- repo: https://github.com/pre-commit/mirrors-mypy
71-
rev: v1.0.0
71+
rev: v1.0.1
7272
hooks:
7373
- id: mypy
7474
additional_dependencies: [types-all]
@@ -78,7 +78,7 @@ repos:
7878
- id: yamllint
7979
exclude: (.vscode|.devcontainer|.github)
8080
- repo: https://github.com/pappasam/toml-sort
81-
rev: v0.22.3
81+
rev: v0.22.4
8282
hooks:
8383
- id: toml-sort
8484
args: []

0 commit comments

Comments
 (0)