Skip to content

Commit 3e67fc9

Browse files
committed
update pre commit
1 parent 300e4c5 commit 3e67fc9

1 file changed

Lines changed: 1 addition & 14 deletions

File tree

.pre-commit-config.yaml

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ repos:
77
hooks:
88
- id: end-of-file-fixer
99
- id: trailing-whitespace
10-
# - id: check-json
11-
# - id: check-yaml
1210
- id: check-toml
1311
- id: check-docstring-first
1412
- id: check-executables-have-shebangs
@@ -18,12 +16,9 @@ repos:
1816
- repo: https://github.com/astral-sh/ruff-pre-commit
1917
rev: v0.11.6
2018
hooks:
21-
# try to fix what is possible
2219
- id: ruff
2320
args: ["--fix", "--unsafe-fixes"]
24-
# perform formatting updates
2521
- id: ruff-format
26-
# validate if all is fine with preview mode
2722
- id: ruff
2823

2924
- repo: https://github.com/codespell-project/codespell
@@ -36,7 +31,7 @@ repos:
3631
- repo: https://github.com/igorshubovych/markdownlint-cli
3732
rev: v0.44.0
3833
hooks:
39-
- id: markdownlint-docker
34+
- id: markdownlint
4035
args: ["-c", ".github/markdownlint.json"]
4136

4237
- repo: https://github.com/crate-ci/typos
@@ -54,11 +49,3 @@ repos:
5449
rev: v0.24.1
5550
hooks:
5651
- id: validate-pyproject
57-
58-
- repo: local
59-
hooks:
60-
- id: markdownlint
61-
name: markdownlint
62-
entry: markdownlint **/*.md --ignore node_modules -c .github/markdownlint.json
63-
language: system
64-
types: [markdown]

0 commit comments

Comments
 (0)