Skip to content

Commit f146d24

Browse files
'[pre-commit.ci 🤖] Apply code format tools to PR'
1 parent d2e0858 commit f146d24

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
@@ -25,14 +25,14 @@ repos:
2525
- id: trailing-whitespace
2626

2727
- repo: https://github.com/rbubley/mirrors-prettier
28-
rev: 5ba47274f9b181bce26a5150a725577f3c336011 # frozen: v3.6.2
28+
rev: 5ba47274f9b181bce26a5150a725577f3c336011 # frozen: v3.6.2
2929
hooks:
3030
- id: prettier
3131
files: \.(css|html|md|yml|yaml|toml)
3232
args: [--prose-wrap=preserve]
3333

3434
- repo: https://github.com/astral-sh/ruff-pre-commit
35-
rev: 0b19ef1fd6ad680ed7752d6daba883ce1265a6de # frozen: v0.12.2
35+
rev: 0b19ef1fd6ad680ed7752d6daba883ce1265a6de # frozen: v0.12.2
3636
hooks:
3737
- id: ruff
3838
args: ["--fix", "--show-fixes", "--exit-non-zero-on-fix"]
@@ -44,7 +44,7 @@ repos:
4444
- id: blacken-docs
4545

4646
- repo: https://github.com/pre-commit/mirrors-mypy
47-
rev: 0f86793af5ef5f6dc63c8d04a3cabfa3ea8f9c6a # frozen: v1.16.1
47+
rev: 0f86793af5ef5f6dc63c8d04a3cabfa3ea8f9c6a # frozen: v1.16.1
4848
hooks:
4949
- id: mypy
5050
exclude: |

0 commit comments

Comments
 (0)