We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d341eb commit f2ac5c0Copy full SHA for f2ac5c0
.pre-commit-config.yaml
@@ -1,7 +1,5 @@
1
# See https://pre-commit.com for more information
2
# See https://pre-commit.com/hooks.html for more hooks
3
-default_language_version:
4
- python: python3.10
5
repos:
6
- repo: https://github.com/pre-commit/pre-commit-hooks
7
rev: v6.0.0
@@ -20,6 +18,3 @@ repos:
20
18
args:
21
19
- --fix
22
- id: ruff-format
23
-ci:
24
- autofix_commit_msg: 🎨 [pre-commit.ci] Auto format from pre-commit.com hooks
25
- autoupdate_commit_msg: ⬆ [pre-commit.ci] pre-commit autoupdate
0 commit comments