Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Sparkier committed Apr 27, 2024
1 parent 272a49f commit 2767213
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy-docs.yml
Expand Up @@ -31,6 +31,7 @@ jobs:
run: npm run build

- name: Upload Build Artifact
if: github.ref == 'refs/heads/main'
uses: actions/upload-pages-artifact@v3
with:
path: build
Expand Down
2 changes: 2 additions & 0 deletions dev_config/python/.pre-commit-config.yaml
Expand Up @@ -3,7 +3,9 @@ repos:
rev: v4.5.0
hooks:
- id: trailing-whitespace
exclude: docs/modules/python
- id: end-of-file-fixer
exclude: docs/modules/python
- id: check-yaml
- id: debug-statements

Expand Down

0 comments on commit 2767213

Please sign in to comment.