-
Notifications
You must be signed in to change notification settings - Fork 0
/
.pre-commit-config.yaml
39 lines (39 loc) · 1.01 KB
/
.pre-commit-config.yaml
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
37
38
39
repos:
- repo: local
hooks:
- id: check-ada-style
name: Style checking for Ada files
entry: make check
language: system
always_run: true
pass_filenames: false
- id: check-opt-syntax
name: Check opt file syntax
files: '\.opt$'
language: system
entry: e3-opt-check
- repo: git@ssh.gitlab.adacore-it.com:eng/shared/mirrors/pre-commit-hooks
rev: v4.0.1
hooks:
- id: check-json
- id: check-merge-conflict
- id: check-symlinks
- id: check-yaml
- id: end-of-file-fixer
- id: mixed-line-ending
- id: trailing-whitespace
- repo: git@ssh.gitlab.adacore-it.com:eng/spark/support
rev: "0.1"
hooks:
- id: check-empty-testoutopt
- id: check-testsuite-markers
- repo: git@ssh.gitlab.adacore-it.com:it/flake8.git
rev: 7.0.0
hooks:
- id: flake8
additional_dependencies:
- flake8-bugbear
- repo: git@ssh.gitlab.adacore-it.com:it/black.git
rev: 24.2.0
hooks:
- id: black