|
| 1 | +--- |
1 | 2 | fail_fast: true |
2 | | -exclude: ^docs/ |
| 3 | +exclude: ^(notebooks/|scripts/|.github/|docs/) |
3 | 4 | repos: |
4 | | - - repo: https://github.com/pre-commit/pre-commit-hooks |
5 | | - rev: v4.4.0 |
6 | | - hooks: |
7 | | - - id: check-added-large-files |
8 | | - - id: check-ast |
9 | | - - id: check-byte-order-marker |
10 | | - - id: check-builtin-literals |
11 | | - - id: check-case-conflict |
12 | | - - id: check-docstring-first |
13 | | - - id: check-executables-have-shebangs |
14 | | - - id: check-shebang-scripts-are-executable |
15 | | - - id: check-merge-conflict |
16 | | - - id: check-toml |
17 | | - - id: check-vcs-permalinks |
18 | | - - id: check-xml |
19 | | - - id: debug-statements |
20 | | - - id: destroyed-symlinks |
21 | | - - id: detect-aws-credentials |
22 | | - - id: detect-private-key |
23 | | - - id: end-of-file-fixer |
24 | | - - id: fix-byte-order-marker |
25 | | - - id: mixed-line-ending |
26 | | - - id: name-tests-test |
27 | | - - id: requirements-txt-fixer |
28 | | - - id: trailing-whitespace |
| 5 | + - repo: https://github.com/pre-commit/pre-commit-hooks |
| 6 | + rev: v4.4.0 |
| 7 | + hooks: |
| 8 | + - id: check-yaml |
| 9 | + - id: check-json |
| 10 | + - id: check-added-large-files |
| 11 | + - id: check-ast |
| 12 | + - id: check-byte-order-marker |
| 13 | + - id: check-builtin-literals |
| 14 | + - id: check-case-conflict |
| 15 | + - id: check-docstring-first |
| 16 | + - id: check-executables-have-shebangs |
| 17 | + - id: check-shebang-scripts-are-executable |
| 18 | + - id: check-merge-conflict |
| 19 | + - id: check-toml |
| 20 | + - id: check-vcs-permalinks |
| 21 | + - id: check-xml |
| 22 | + - id: debug-statements |
| 23 | + - id: destroyed-symlinks |
| 24 | + - id: detect-aws-credentials |
| 25 | + - id: detect-private-key |
| 26 | + - id: end-of-file-fixer |
| 27 | + - id: fix-byte-order-marker |
| 28 | + - id: mixed-line-ending |
| 29 | + - id: name-tests-test |
| 30 | + - id: requirements-txt-fixer |
| 31 | + - id: trailing-whitespace |
29 | 32 |
|
30 | | - - repo: https://github.com/PyCQA/isort |
31 | | - rev: 5.12.0 |
32 | | - hooks: |
33 | | - - id: isort |
| 33 | + - repo: https://github.com/PyCQA/isort |
| 34 | + rev: 5.12.0 |
| 35 | + hooks: |
| 36 | + - id: isort |
34 | 37 |
|
35 | | - - repo: local |
36 | | - hooks: |
37 | | - - |
38 | | - id: docs |
39 | | - name: docs |
40 | | - entry: /bin/bash pre_commit.sh |
41 | | - language: system |
42 | | - pass_filenames: false |
43 | | - always_run: true |
| 38 | + - repo: local |
| 39 | + hooks: |
| 40 | + - |
| 41 | + id: docs |
| 42 | + name: docs |
| 43 | + entry: /bin/bash pre_commit.sh |
| 44 | + language: system |
| 45 | + pass_filenames: false |
| 46 | + always_run: true |
0 commit comments