Skip to content

Commit cf134d4

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent f6c1be7 commit cf134d4

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: 0f86793af5ef5f6dc63c8d04a3cabfa3ea8f9c6a # frozen: v1.16.1
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: 5ba47274f9b181bce26a5150a725577f3c336011 # frozen: v3.6.2
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: d93590f5be797aabb60e3b09f2f52dddb02f349f # frozen: 7.3.0
94+
rev: d93590f5be797aabb60e3b09f2f52dddb02f349f # frozen: 7.3.0
9595
hooks:
9696
- id: flake8
9797

0 commit comments

Comments
 (0)