Skip to content

Commit

Permalink
Merge pull request #263 from sikepuri-algorithm/remove-unnecessary-check
Browse files Browse the repository at this point in the history
  • Loading branch information
chvmvd authored Oct 22, 2023
2 parents dc88509 + 4670757 commit a82a17e
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 130 deletions.
17 changes: 0 additions & 17 deletions .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,20 +37,3 @@ jobs:

- name: Run ESLint
run: npx eslint . --ext .js,.jsx,.ts,.tsx

stylelint:
name: Stylelint
needs: check-changes
if: needs.changes.outputs.stylelint == 'true'
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v3
with:
ref: ${{ github.head_ref }}

- name: Install npm Modules
uses: ./.github/actions/install-npm-modules

- name: Run Stylelint
run: npx stylelint "**/*.css"
26 changes: 0 additions & 26 deletions .markdownlint.yml

This file was deleted.

38 changes: 0 additions & 38 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,6 @@ repos:
rev: 1.2.3
hooks:
- id: databooks-meta
# - repo: https://github.com/pre-commit/mirrors-prettier
# rev: v3.0.0-alpha.3
# hooks:
# - id: prettier
- repo: https://github.com/psf/black
rev: 22.10.0
hooks:
Expand All @@ -33,44 +29,10 @@ repos:
rev: 5.12.0
hooks:
- id: isort
- repo: https://github.com/markdownlint/markdownlint
rev: v0.12.0
hooks:
- id: markdownlint
args: [-r, "~MD033, ~MD013"]
- repo: https://github.com/nbQA-dev/nbQA
rev: 1.5.3
hooks:
- id: nbqa-check-ast
exclude: .*indent.ipynb
# - id: nbqa-flake8
- id: nbqa-isort
# - id: nbqa-mypy
# - id: nbqa-pylint
- id: nbqa-pyupgrade
# - id: nbqa-yapf
# - id: nbqa-autopep8
# exclude: .*sum_1to(20|100).ipynb
# - id: nbqa-pydocstyle
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.3.0
hooks:
- id: check-added-large-files
- id: check-json
exclude: .eslintrc.json|tsconfig.json
# - id: pretty-format-json
# args: [--autofix]
- id: check-merge-conflict
- id: check-toml
- id: check-xml
- id: check-yaml
- id: debug-statements
- id: detect-aws-credentials
args: [--allow-missing-credentials]
- id: detect-private-key
- id: end-of-file-fixer
exclude: \.svg$
- id: no-commit-to-branch
args: [--branch, main]
- id: requirements-txt-fixer
- id: trailing-whitespace
5 changes: 0 additions & 5 deletions .stylelintignore

This file was deleted.

6 changes: 0 additions & 6 deletions .stylelintrc.json

This file was deleted.

38 changes: 0 additions & 38 deletions .yamllint.yml

This file was deleted.

0 comments on commit a82a17e

Please sign in to comment.