EVA787797 commited on
Commit
baa8010
1 Parent(s): b110eb6

Delete pre-commit-config (1).yaml

Browse files
Files changed (1) hide show
  1. pre-commit-config (1).yaml +0 -31
pre-commit-config (1).yaml DELETED
@@ -1,31 +0,0 @@
1
- ci:
2
- autoupdate_branch: "dev"
3
-
4
- exclude: ^modules/
5
-
6
- repos:
7
- - repo: https://github.com/pre-commit/pre-commit-hooks
8
- rev: v4.6.0
9
- hooks:
10
- - id: check-added-large-files
11
- args: [--maxkb=100]
12
- - id: check-merge-conflict
13
- - id: check-case-conflict
14
- - id: check-ast
15
- - id: check-yaml
16
- - id: trailing-whitespace
17
- args: [--markdown-linebreak-ext=md]
18
- - id: end-of-file-fixer
19
- - id: mixed-line-ending
20
-
21
- - repo: https://github.com/rbubley/mirrors-prettier
22
- rev: v3.3.3
23
- hooks:
24
- - id: prettier
25
-
26
- - repo: https://github.com/astral-sh/ruff-pre-commit
27
- rev: v0.5.7
28
- hooks:
29
- - id: ruff
30
- args: [--fix, --exit-non-zero-on-fix]
31
- - id: ruff-format