Skip to content

Commit a82a17e

Browse files
authored
Merge pull request #263 from sikepuri-algorithm/remove-unnecessary-check
2 parents dc88509 + 4670757 commit a82a17e

File tree

6 files changed

+0
-130
lines changed

6 files changed

+0
-130
lines changed

.github/workflows/linter.yml

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -37,20 +37,3 @@ jobs:
3737

3838
- name: Run ESLint
3939
run: npx eslint . --ext .js,.jsx,.ts,.tsx
40-
41-
stylelint:
42-
name: Stylelint
43-
needs: check-changes
44-
if: needs.changes.outputs.stylelint == 'true'
45-
runs-on: ubuntu-latest
46-
steps:
47-
- name: Checkout Code
48-
uses: actions/checkout@v3
49-
with:
50-
ref: ${{ github.head_ref }}
51-
52-
- name: Install npm Modules
53-
uses: ./.github/actions/install-npm-modules
54-
55-
- name: Run Stylelint
56-
run: npx stylelint "**/*.css"

.markdownlint.yml

Lines changed: 0 additions & 26 deletions
This file was deleted.

.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

.stylelintignore

Lines changed: 0 additions & 5 deletions
This file was deleted.

.stylelintrc.json

Lines changed: 0 additions & 6 deletions
This file was deleted.

.yamllint.yml

Lines changed: 0 additions & 38 deletions
This file was deleted.

0 commit comments

Comments
 (0)