Skip to content

Commit 5c58da8

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/mirrors-mypy: 7010b10a09f65cd60a23c207349b539aa36dbec1 → 0f86793af5ef5f6dc63c8d04a3cabfa3ea8f9c6a](pre-commit/mirrors-mypy@7010b10...0f86793) - [github.com/rbubley/mirrors-prettier: 787fb9f542b140ba0b2aced38e6a3e68021647a3 → 5ba47274f9b181bce26a5150a725577f3c336011](rbubley/mirrors-prettier@787fb9f...5ba4727) - [github.com/PyCQA/flake8: 4b5e89b4b108a6c1a000c591d334a99a80d34c7b → d93590f5be797aabb60e3b09f2f52dddb02f349f](PyCQA/flake8@4b5e89b...d93590f)
1 parent c4c4d38 commit 5c58da8

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
@@ -35,7 +35,7 @@ repos:
3535

3636
# Check python code static typing
3737
- repo: https://github.com/pre-commit/mirrors-mypy
38-
rev: 7010b10a09f65cd60a23c207349b539aa36dbec1 # frozen: v1.16.0
38+
rev: 0f86793af5ef5f6dc63c8d04a3cabfa3ea8f9c6a # frozen: v1.16.1
3939
hooks:
4040
- id: mypy
4141
args: [--config, ./mypy.ini]
@@ -64,7 +64,7 @@ repos:
6464

6565
# Autoformat: YAML, JSON, Markdown, etc.
6666
- repo: https://github.com/rbubley/mirrors-prettier
67-
rev: 787fb9f542b140ba0b2aced38e6a3e68021647a3 # frozen: v3.5.3
67+
rev: 5ba47274f9b181bce26a5150a725577f3c336011 # frozen: v3.6.2
6868
hooks:
6969
- id: prettier
7070

@@ -120,7 +120,7 @@ repos:
120120

121121
# Lint: Python
122122
- repo: https://github.com/PyCQA/flake8
123-
rev: 4b5e89b4b108a6c1a000c591d334a99a80d34c7b # frozen: 7.2.0
123+
rev: d93590f5be797aabb60e3b09f2f52dddb02f349f # frozen: 7.3.0
124124
hooks:
125125
- id: flake8
126126

0 commit comments

Comments
 (0)