We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b33ec2d commit f7c0c51Copy full SHA for f7c0c51
.pre-commit-config.yaml
@@ -2,6 +2,16 @@
2
default_language_version:
3
python: python3.13
4
repos:
5
+ - repo: https://github.com/pre-commit/pre-commit-hooks
6
+ rev: v5.0.0
7
+ hooks:
8
+ - id: check-added-large-files
9
+ - id: check-toml
10
+ - id: check-yaml
11
+ args:
12
+ - --unsafe
13
+ - id: end-of-file-fixer
14
+ - id: trailing-whitespace
15
- repo: https://github.com/astral-sh/ruff-pre-commit
16
# Ruff version.
17
rev: v0.9.1
@@ -13,4 +23,4 @@ repos:
23
- id: ruff-format
24
ci:
25
autofix_commit_msg: 🎨 [pre-commit.ci] Auto format from pre-commit.com hooks
- autoupdate_commit_msg: ⬆ [pre-commit.ci] pre-commit autoupdate
26
+ autoupdate_commit_msg: ⬆ [pre-commit.ci] pre-commit autoupdate
0 commit comments