-
Notifications
You must be signed in to change notification settings - Fork 201
Expand file tree
/
Copy path.pre-commit-config.yaml
More file actions
36 lines (36 loc) · 957 Bytes
/
Copy path.pre-commit-config.yaml
File metadata and controls
36 lines (36 loc) · 957 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
28
29
30
31
32
33
34
35
36
# See https://pre-commit.com for more information
# See https://pre-commit.com/hooks.html for more hooks
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v6.0.0
hooks:
- id: check-toml
- id: check-yaml
- id: end-of-file-fixer
exclude: ^tests/
- id: trailing-whitespace
exclude: ^tests/
- id: check-ast
- id: check-json
exclude: ^tests/
- id: check-merge-conflict
- id: check-symlinks
- id: check-executables-have-shebangs
#- id: debug-statements
- repo: https://github.com/rhysd/actionlint
rev: v1.7.12
hooks:
- id: actionlint
- repo: https://github.com/google/yamlfmt
rev: v0.21.0
hooks:
- id: yamlfmt
- repo: https://github.com/psf/black
rev: 26.5.1
hooks:
- id: black
- repo: https://github.com/PyCQA/isort
rev: 9.0.0a3
hooks:
- id: isort
args: ["--profile", "black"]