-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.pre-commit-config.yaml
More file actions
27 lines (25 loc) · 823 Bytes
/
.pre-commit-config.yaml
File metadata and controls
27 lines (25 loc) · 823 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v6.0.0
hooks:
- id: check-case-conflict
- id: check-merge-conflict
- id: check-toml
- id: check-yaml
- id: end-of-file-fixer
exclude: ^src/pymeshup/DAVE/GHS_to_DAVE_form\.py$
- id: trailing-whitespace
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.6.3
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]
exclude: ^src/pymeshup/DAVE/GHS_to_DAVE_form\.py$
- id: ruff-format
exclude: ^src/pymeshup/DAVE/GHS_to_DAVE_form\.py$
- repo: https://github.com/JoC0de/pre-commit-prettier
rev: v3.6.2
hooks:
- id: prettier
args: ["--write"]
types_or: [javascript, jsx, ts, tsx, json, markdown, yaml, css, scss, html]