-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Back-to-top button * Working on multiple features * Add python tests, extend JavaScript tests * Add tox, update tests.yml GHA workflow * Update some docs (wip) * Call s/js-test/test from package.json * Add theme assets * Cosmetics changes * Fix var name for dynamic multi-versions docs * Hint for matrix in GHA Workflow * Update docs * Update bundles * Update README * Stylelint changes * JS Lint changes
- Loading branch information
Showing
206 changed files
with
7,397 additions
and
9,972 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,41 @@ | ||
--- | ||
exclude: | | ||
(?x)( | ||
^dist| | ||
^sphinx_nefertiti/colorsets| | ||
^sphinx_nefertiti/static| | ||
^docs/source/static/ | ||
) | ||
|
||
repos: | ||
- repo: https://github.com/pre-commit/pre-commit-hooks | ||
rev: v4.4.0 | ||
hooks: | ||
- id: check-added-large-files | ||
- id: check-case-conflict | ||
- id: check-json | ||
- id: check-yaml | ||
- id: check-merge-conflict | ||
- id: end-of-file-fixer | ||
- repo: https://github.com/psf/black | ||
rev: 23.7.0 | ||
- id: check-added-large-files | ||
- id: check-case-conflict | ||
- id: check-json | ||
- id: check-yaml | ||
- id: check-merge-conflict | ||
- id: debug-statements | ||
- id: end-of-file-fixer | ||
- id: trailing-whitespace | ||
- repo: https://github.com/astral-sh/ruff-pre-commit | ||
rev: v0.1.4 | ||
hooks: | ||
- id: black | ||
- id: ruff | ||
args: | ||
- "--fix" | ||
- id: ruff-format | ||
|
||
- repo: local | ||
hooks: | ||
- id: css-lint-stylelint | ||
name: local-css-lint-stylelint | ||
entry: npm run css-lint-stylelint -- | ||
language: node | ||
types: [scss] | ||
- id: js-lint | ||
name: local-js-lint | ||
entry: npm run js-lint -- | ||
language: node | ||
types: [javascript] | ||
- id: js-lint | ||
name: local-js-lint | ||
entry: npm run js-lint -- | ||
language: node | ||
types: [javascript] | ||
- id: css-lint-stylelint | ||
name: local-css-lint-stylelint | ||
entry: npm run css-lint-stylelint -- | ||
language: node | ||
types: [scss] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
#!/usr/bin/env bash | ||
|
||
if [ "${ENV}" != "testing" ]; then | ||
coverage-badge > coverage.svg | ||
fi |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.