Skip to content

Commit 72dd5bc

Browse files
committed
Remove unnecessary pre-commit
1 parent dc88509 commit 72dd5bc

1 file changed

Lines changed: 0 additions & 38 deletions

File tree

.pre-commit-config.yaml

Lines changed: 0 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,6 @@ repos:
77
rev: 1.2.3
88
hooks:
99
- id: databooks-meta
10-
# - repo: https://github.com/pre-commit/mirrors-prettier
11-
# rev: v3.0.0-alpha.3
12-
# hooks:
13-
# - id: prettier
1410
- repo: https://github.com/psf/black
1511
rev: 22.10.0
1612
hooks:
@@ -33,44 +29,10 @@ repos:
3329
rev: 5.12.0
3430
hooks:
3531
- id: isort
36-
- repo: https://github.com/markdownlint/markdownlint
37-
rev: v0.12.0
38-
hooks:
39-
- id: markdownlint
40-
args: [-r, "~MD033, ~MD013"]
4132
- repo: https://github.com/nbQA-dev/nbQA
4233
rev: 1.5.3
4334
hooks:
4435
- id: nbqa-check-ast
4536
exclude: .*indent.ipynb
46-
# - id: nbqa-flake8
4737
- id: nbqa-isort
48-
# - id: nbqa-mypy
49-
# - id: nbqa-pylint
5038
- id: nbqa-pyupgrade
51-
# - id: nbqa-yapf
52-
# - id: nbqa-autopep8
53-
# exclude: .*sum_1to(20|100).ipynb
54-
# - id: nbqa-pydocstyle
55-
- repo: https://github.com/pre-commit/pre-commit-hooks
56-
rev: v4.3.0
57-
hooks:
58-
- id: check-added-large-files
59-
- id: check-json
60-
exclude: .eslintrc.json|tsconfig.json
61-
# - id: pretty-format-json
62-
# args: [--autofix]
63-
- id: check-merge-conflict
64-
- id: check-toml
65-
- id: check-xml
66-
- id: check-yaml
67-
- id: debug-statements
68-
- id: detect-aws-credentials
69-
args: [--allow-missing-credentials]
70-
- id: detect-private-key
71-
- id: end-of-file-fixer
72-
exclude: \.svg$
73-
- id: no-commit-to-branch
74-
args: [--branch, main]
75-
- id: requirements-txt-fixer
76-
- id: trailing-whitespace

0 commit comments

Comments
 (0)