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
7 changes: 6 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,10 @@ updates:
interval: monthly
groups:
actions:
- patterns: "*"
patterns:
- "*"
cooldown:
default-days: 7

# jupyterlab extension
- package-ecosystem: npm
Expand All @@ -29,3 +32,5 @@ updates:
- "*"
update-types:
- major
cooldown:
default-days: 7
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ ci:

repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.15.4
rev: c60c980e561ed3e73101667fe8365c609d19a438 # frozen: v0.15.9
hooks:
- id: ruff
args:
Expand All @@ -24,7 +24,7 @@ repos:
# than ruff itself
# but has trouble with isort rules
- repo: https://github.com/nbQA-dev/nbQA
rev: 1.9.1
rev: f96ec7f3b26a32619435686eb5813235f7e3327e # frozen: 1.9.1
hooks:
- id: nbqa-ruff-format
- id: nbqa-ruff-check
Expand All @@ -33,18 +33,18 @@ repos:
# isort rules get confused in the temporary files
- --ignore=I
- repo: https://github.com/rbubley/mirrors-prettier
rev: v3.8.1
rev: c2bc67fe8f8f549cc489e00ba8b45aa18ee713b1 # frozen: v3.8.1
hooks:
- id: prettier
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v6.0.0
rev: 3e8a8703264a2f4a69428a0aa4dcb512790b2c8c # frozen: v6.0.0
hooks:
- id: end-of-file-fixer
- id: check-case-conflict
- id: check-executables-have-shebangs
- id: requirements-txt-fixer
- repo: https://github.com/pre-commit/mirrors-eslint
rev: v10.0.2
rev: d72e5408a82df0b0cb6b9c878fb8cb4e947c1859 # frozen: v10.2.0
hooks:
- id: eslint
files: \.[jt]sx?$ # *.js, *.jsx, *.ts and *.tsx
Expand Down