Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.