-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy path.pre-commit-config.yaml
More file actions
36 lines (36 loc) · 917 Bytes
/
Copy path.pre-commit-config.yaml
File metadata and controls
36 lines (36 loc) · 917 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
# pre-commit hooks
---
repos:
- repo: https://github.com/compilerla/conventional-pre-commit
rev: v3.0.0
hooks:
- id: conventional-pre-commit
stages: [commit-msg]
args: []
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
hooks:
- id: check-yaml
- id: end-of-file-fixer
- id: trailing-whitespace
- repo: https://github.com/psf/black
rev: 23.1.0
hooks:
- id: black
- repo: https://github.com/snakemake/snakefmt
rev: v0.8.1
hooks:
- id: snakefmt
- repo: https://github.com/koalaman/shellcheck-precommit
rev: v0.9.0
hooks:
- id: shellcheck
# - repo: https://github.com/lorenzwalthert/precommit
# rev: v0.3.2
# hooks:
# - id: style-files
# additional_dependencies:
# - r-lib/styler
# - id: lintr
# additional_dependencies:
# - r-lib/lintr