-
-
Notifications
You must be signed in to change notification settings - Fork 250
Expand file tree
/
Copy path.pre-commit-config.yaml
More file actions
26 lines (23 loc) · 724 Bytes
/
Copy path.pre-commit-config.yaml
File metadata and controls
26 lines (23 loc) · 724 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
# pre-commit
# Ref: https://pre-commit.com/#usage
# ------------------------------------------------------------------------------
default_language_version:
python: '3.14'
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: 3e8a8703264a2f4a69428a0aa4dcb512790b2c8c # frozen: v6.0.0
hooks:
- id: check-merge-conflict
- id: check-case-conflict
- id: check-ast
- id: debug-statements
- id: check-toml
- id: check-yaml
- id: end-of-file-fixer
exclude_types: [csv]
- id: trailing-whitespace
- repo: https://github.com/python-jsonschema/check-jsonschema
rev: f805888065fdb6162e1f800e50bb9460cbd223d6 # frozen: 0.37.2
hooks:
- id: check-dependabot
- id: check-github-workflows