Skip to content

Commit 57c5a7a

Browse files
committed
remove rst linting
1 parent 1301959 commit 57c5a7a

File tree

1 file changed

+49
-56
lines changed

1 file changed

+49
-56
lines changed

.pre-commit-config.yaml

Lines changed: 49 additions & 56 deletions
Original file line numberDiff line numberDiff line change
@@ -1,62 +1,55 @@
11
repos:
2-
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v4.5.0
4-
hooks:
5-
- id: check-added-large-files
6-
- id: check-case-conflict
7-
- id: check-toml
8-
- id: check-yaml
9-
exclude: template.yaml
10-
- id: debug-statements
11-
- id: end-of-file-fixer
12-
exclude: WHEEL
13-
exclude_types: [json]
14-
- id: forbid-new-submodules
15-
- id: trailing-whitespace
16-
exclude: .patch
17-
exclude_types: [json]
2+
- repo: https://github.com/pre-commit/pre-commit-hooks
3+
rev: v4.5.0
4+
hooks:
5+
- id: check-added-large-files
6+
- id: check-case-conflict
7+
- id: check-toml
8+
- id: check-yaml
9+
exclude: template.yaml
10+
- id: debug-statements
11+
- id: end-of-file-fixer
12+
exclude: WHEEL
13+
exclude_types: [json]
14+
- id: forbid-new-submodules
15+
- id: trailing-whitespace
16+
exclude: .patch
17+
exclude_types: [json]
1818

19-
- repo: https://github.com/astral-sh/ruff-pre-commit
20-
# Ruff version.
21-
rev: v0.1.3
22-
hooks:
23-
- id: ruff
24-
args: ["--fix", "--show-fixes"]
25-
- id: ruff-format
19+
- repo: https://github.com/astral-sh/ruff-pre-commit
20+
# Ruff version.
21+
rev: v0.1.3
22+
hooks:
23+
- id: ruff
24+
args: ["--fix", "--show-fixes"]
25+
- id: ruff-format
2626

27-
- repo: https://github.com/adamchainz/blacken-docs
28-
rev: "1.16.0"
29-
hooks:
30-
- id: blacken-docs
31-
additional_dependencies:
32-
- black==22.3.0
27+
- repo: https://github.com/adamchainz/blacken-docs
28+
rev: "1.16.0"
29+
hooks:
30+
- id: blacken-docs
31+
additional_dependencies:
32+
- black==22.3.0
3333

34-
- repo: https://github.com/pre-commit/pygrep-hooks
35-
rev: "v1.10.0"
36-
hooks:
37-
- id: rst-backticks
38-
- id: rst-directive-colons
39-
- id: rst-inline-touching-normal
34+
# We use the Python version instead of the original version which seems to require Docker
35+
# https://github.com/koalaman/shellcheck-precommit
36+
- repo: https://github.com/shellcheck-py/shellcheck-py
37+
rev: v0.9.0.6
38+
hooks:
39+
- id: shellcheck
40+
name: shellcheck
41+
args: ["--severity=warning"]
42+
stages: [manual]
4043

41-
# We use the Python version instead of the original version which seems to require Docker
42-
# https://github.com/koalaman/shellcheck-precommit
43-
- repo: https://github.com/shellcheck-py/shellcheck-py
44-
rev: v0.9.0.6
45-
hooks:
46-
- id: shellcheck
47-
name: shellcheck
48-
args: ["--severity=warning"]
49-
stages: [manual]
44+
- repo: https://github.com/sirosen/check-jsonschema
45+
rev: 0.29.0
46+
hooks:
47+
- id: check-github-workflows
48+
- id: check-github-actions
49+
- id: check-jsonschema
50+
files: .*/(database|indexes)/.json$
5051

51-
- repo: https://github.com/sirosen/check-jsonschema
52-
rev: 0.29.0
53-
hooks:
54-
- id: check-github-workflows
55-
- id: check-github-actions
56-
- id: check-jsonschema
57-
files: .*/(database|indexes)/.json$
58-
59-
- repo: https://github.com/codespell-project/codespell
60-
rev: "v2.2.6"
61-
hooks:
62-
- id: codespell
52+
- repo: https://github.com/codespell-project/codespell
53+
rev: "v2.2.6"
54+
hooks:
55+
- id: codespell

0 commit comments

Comments
 (0)