-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.pre-commit-config.yaml
35 lines (34 loc) · 1.03 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
# Copyright (c) 2024 by SPYDER.
#
# This software is proprietary information of SPYDER.
# Unauthorized use, copying, modification, distribution, and/or
# disclosure is strictly prohibited, except as provided under the terms
# of the commercial license agreement you have entered into with
# SPYDER.
#
# For more details, see the LICENSE file in the root directory of this
# source code repository or contact SPYDER at info@spyder.org.
exclude: '^$'
fail_fast: true
repos:
- repo: https://github.com/Yelp/detect-secrets
rev: v1.5.0
hooks:
- id: detect-secrets
name: Detect secrets
language: python
entry: detect-secrets-hook
args: [
'--baseline',
'.secrets.baseline',
]
- repo: https://github.com/sqlfluff/sqlfluff
rev: 3.2.3
hooks:
- id: sqlfluff-fix
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v5.0.0
hooks:
- id: check-json
- id: check-merge-conflict
- id: check-yaml