Skip to content

Commit e16e4c0

Browse files
committed
Format all YAML files in the same style
1 parent e4e009d commit e16e4c0

File tree

2 files changed

+35
-35
lines changed

2 files changed

+35
-35
lines changed

Diff for: .github/dependabot.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ updates:
33
- package-ecosystem: "github-actions"
44
directory: "/"
55
schedule:
6-
interval: "weekly"
6+
interval: "weekly"

Diff for: .pre-commit-config.yaml

+34-34
Original file line numberDiff line numberDiff line change
@@ -1,39 +1,39 @@
11
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]
1111

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/
1616

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/
2626

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/
3333

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

Comments
 (0)