Skip to content

Commit 6a86f53

Browse files
[pre-commit.ci] pre-commit autoupdate (#112)
* [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) * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent dd207a6 commit 6a86f53

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]
@@ -60,7 +60,7 @@ repos:
6060

6161
# Autoformat: YAML, JSON, Markdown, etc.
6262
- repo: https://github.com/rbubley/mirrors-prettier
63-
rev: 787fb9f542b140ba0b2aced38e6a3e68021647a3 # frozen: v3.5.3
63+
rev: 5ba47274f9b181bce26a5150a725577f3c336011 # frozen: v3.6.2
6464
hooks:
6565
- id: prettier
6666
exclude: "{{cookiecutter.stack_name}}/.github/workflows/docker.yml"
@@ -91,7 +91,7 @@ repos:
9191

9292
# Lint: Python
9393
- repo: https://github.com/PyCQA/flake8
94-
rev: 4b5e89b4b108a6c1a000c591d334a99a80d34c7b # frozen: 7.2.0
94+
rev: d93590f5be797aabb60e3b09f2f52dddb02f349f # frozen: 7.3.0
9595
hooks:
9696
- id: flake8
9797

0 commit comments

Comments
 (0)