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
1 change: 1 addition & 0 deletions .github/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ closeComment: |
# Limit the number of actions per hour, from 1-30. Default is 30
limitPerRun: 2 # start with a small number


# Limit to only `issues` or `pulls`
# only: issues

Expand Down
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,25 +24,25 @@ repos:
- id: rst-inline-touching-normal
- id: text-unicode-replacement-char
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.14.3
rev: v0.14.7
hooks:
- id: ruff-check
args: ["--fix", "--show-fixes"]
- id: ruff-format
- repo: https://github.com/keewis/blackdoc
rev: v0.4.5
rev: v0.4.6
hooks:
- id: blackdoc
exclude: "generate_aggregations.py"
# make sure this is the most recent version of black
additional_dependencies: ["black==25.9.0"]
- repo: https://github.com/rbubley/mirrors-prettier
rev: v3.6.2
rev: v3.7.3
hooks:
- id: prettier
args: ["--cache-location=.prettier_cache/cache"]
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.18.2
rev: v1.19.0
hooks:
- id: mypy
# Copied from setup.cfg
Expand Down Expand Up @@ -76,6 +76,6 @@ repos:
- id: validate-pyproject
additional_dependencies: ["validate-pyproject-schema-store[all]"]
- repo: https://github.com/adhtruong/mirrors-typos
rev: v1.39.0
rev: v1.40.0
hooks:
- id: typos
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -427,6 +427,7 @@ splitted = "splitted"
childs = "childs"
cutted = "cutted"
LOCA = "LOCA"
SLEP = "SLEP"

[tool.typos.type.jupyter]
extend-ignore-re = ["\"id\": \".*\""]
Loading