We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9023b22 commit 84d5657Copy full SHA for 84d5657
.pre-commit-config.yaml
@@ -4,7 +4,14 @@ repos:
4
- repo: https://github.com/pre-commit/pre-commit-hooks
5
rev: v4.5.0
6
hooks:
7
+ - id: check-toml
8
+ - id: check-yaml
9
+ - id: check-merge-conflict
10
+ - id: check-vcs-permalinks
11
+ - id: debug-statements
12
- id: trailing-whitespace
13
+ - id: mixed-line-ending
14
+ - id: no-commit-to-branch
15
- repo: https://github.com/astral-sh/ruff-pre-commit
16
# Ruff version.
17
rev: v0.1.5
0 commit comments