|
1 | 1 | repos:
|
2 | | -- repo: https://github.com/psf/black-pre-commit-mirror |
3 | | - rev: 23.9.1 |
4 | | - hooks: |
5 | | - - id: black |
6 | | - alias: black-check |
7 | | - name: black (check) |
8 | | - args: [--check, --diff] |
9 | | - exclude: ^git/ext/ |
10 | | - stages: [manual] |
| 2 | +- repo: https://github.com/psf/black-pre-commit-mirror |
| 3 | + rev: 23.9.1 |
| 4 | + hooks: |
| 5 | + - id: black |
| 6 | + alias: black-check |
| 7 | + name: black (check) |
| 8 | + args: [--check, --diff] |
| 9 | + exclude: ^git/ext/ |
| 10 | + stages: [manual] |
11 | 11 |
|
12 | | - - id: black |
13 | | - alias: black-format |
14 | | - name: black (format) |
15 | | - exclude: ^git/ext/ |
| 12 | + - id: black |
| 13 | + alias: black-format |
| 14 | + name: black (format) |
| 15 | + exclude: ^git/ext/ |
16 | 16 |
|
17 | | -- repo: https://github.com/PyCQA/flake8 |
18 | | - rev: 6.1.0 |
19 | | - hooks: |
20 | | - - id: flake8 |
21 | | - additional_dependencies: |
22 | | - - flake8-bugbear==23.9.16 |
23 | | - - flake8-comprehensions==3.14.0 |
24 | | - - flake8-typing-imports==1.14.0 |
25 | | - exclude: ^doc|^git/ext/ |
| 17 | +- repo: https://github.com/PyCQA/flake8 |
| 18 | + rev: 6.1.0 |
| 19 | + hooks: |
| 20 | + - id: flake8 |
| 21 | + additional_dependencies: |
| 22 | + - flake8-bugbear==23.9.16 |
| 23 | + - flake8-comprehensions==3.14.0 |
| 24 | + - flake8-typing-imports==1.14.0 |
| 25 | + exclude: ^doc|^git/ext/ |
26 | 26 |
|
27 | | -- repo: https://github.com/shellcheck-py/shellcheck-py |
28 | | - rev: v0.9.0.5 |
29 | | - hooks: |
30 | | - - id: shellcheck |
31 | | - args: [--color] |
32 | | - exclude: ^git/ext/ |
| 27 | +- repo: https://github.com/shellcheck-py/shellcheck-py |
| 28 | + rev: v0.9.0.5 |
| 29 | + hooks: |
| 30 | + - id: shellcheck |
| 31 | + args: [--color] |
| 32 | + exclude: ^git/ext/ |
33 | 33 |
|
34 | | -- repo: https://github.com/pre-commit/pre-commit-hooks |
35 | | - rev: v4.4.0 |
36 | | - hooks: |
37 | | - - id: check-toml |
38 | | - - id: check-yaml |
39 | | - - id: check-merge-conflict |
| 34 | +- repo: https://github.com/pre-commit/pre-commit-hooks |
| 35 | + rev: v4.4.0 |
| 36 | + hooks: |
| 37 | + - id: check-toml |
| 38 | + - id: check-yaml |
| 39 | + - id: check-merge-conflict |
0 commit comments