Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 69dcc6b

Browse files
'[pre-commit.ci 🤖] Apply code format tools to PR'
1 parent bdcc0ef commit 69dcc6b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎.pre-commit-config.yaml‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@ repos:
1616
- id: trailing-whitespace
1717

1818
- repo: https://github.com/rbubley/mirrors-prettier
19-
rev: 5ba47274f9b181bce26a5150a725577f3c336011 # frozen: v3.6.2
19+
rev: 5ba47274f9b181bce26a5150a725577f3c336011 # frozen: v3.6.2
2020
hooks:
2121
- id: prettier
2222
files: \.(css|html|md|yml|yaml|gql)
2323
args: [--prose-wrap=preserve]
2424

2525
- repo: https://github.com/astral-sh/ruff-pre-commit
26-
rev: 0b19ef1fd6ad680ed7752d6daba883ce1265a6de # frozen: v0.12.2
26+
rev: 0b19ef1fd6ad680ed7752d6daba883ce1265a6de # frozen: v0.12.2
2727
hooks:
2828
- id: ruff
2929
args: ["--fix", "--show-fixes", "--exit-non-zero-on-fix"]

0 commit comments

Comments
 (0)