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 90fa898 commit dfaa9b8Copy full SHA for dfaa9b8
.pre-commit-config.yaml
@@ -6,11 +6,20 @@ repos:
6
- id: check-builtin-literals
7
- id: check-case-conflict
8
- id: check-executables-have-shebangs
9
+ - id: check-json
10
+ - id: check-merge-conflict
11
- id: check-shebang-scripts-are-executable
12
+ - id: check-toml
13
+ - id: check-yaml
14
+ args: ["--allow-multiple-documents"]
15
- id: debug-statements
16
- id: end-of-file-fixer
17
+ - id: fix-byte-order-marker
18
- id: mixed-line-ending
19
args: ["--fix=lf"]
20
+ - id: pretty-format-json
21
+ args: ["--autofix", "--no-sort-keys"]
22
+ files: "$.json"
23
- id: trailing-whitespace
24
25
- repo: https://github.com/astral-sh/ruff-pre-commit
0 commit comments