|
7 | 7 | rev: v4.1.0 |
8 | 8 | hooks: |
9 | 9 | - id: forbid-new-submodules |
10 | | - # - id: end-of-file-fixer |
11 | | - # - id: check-case-conflict |
12 | | - # - id: check-executables-have-shebangs |
13 | | - # - id: requirements-txt-fixer |
14 | | - # - id: check-added-large-files |
15 | | - # - id: check-case-conflict |
16 | | - # - id: check-toml |
17 | | - # - id: check-yaml |
18 | | - # - id: debug-statements |
19 | | - # - id: check-builtin-literals |
20 | | - # - id: trailing-whitespace |
21 | | - # exclude: .bumpversion.cfg |
| 10 | + - id: end-of-file-fixer |
| 11 | + - id: check-case-conflict |
| 12 | + - id: check-executables-have-shebangs |
| 13 | + - id: requirements-txt-fixer |
| 14 | + - id: check-added-large-files |
| 15 | + - id: check-case-conflict |
| 16 | + - id: check-toml |
| 17 | + - id: check-yaml |
| 18 | + - id: debug-statements |
| 19 | + - id: check-builtin-literals |
| 20 | + - id: trailing-whitespace |
| 21 | + exclude: .bumpversion.cfg |
22 | 22 |
|
23 | | - # - repo: https://github.com/psf/black |
24 | | - # rev: 22.3.0 |
25 | | - # hooks: |
26 | | - # - id: black |
27 | | - # args: ["--line-length", "100"] |
| 23 | + - repo: https://github.com/psf/black |
| 24 | + rev: 22.3.0 |
| 25 | + hooks: |
| 26 | + - id: black |
| 27 | + args: ["--line-length", "100"] |
28 | 28 |
|
29 | | - # - repo: https://github.com/PyCQA/isort |
30 | | - # rev: 5.10.1 |
31 | | - # hooks: |
32 | | - # - id: isort |
33 | | - # files: \.py$ |
34 | | - # args: [--profile=black] |
| 29 | + - repo: https://github.com/PyCQA/isort |
| 30 | + rev: 5.10.1 |
| 31 | + hooks: |
| 32 | + - id: isort |
| 33 | + files: \.py$ |
| 34 | + args: [--profile=black] |
35 | 35 |
|
36 | 36 | # - repo: https://github.com/pycqa/flake8 |
37 | 37 | # rev: 4.0.1 |
|
0 commit comments