diff --git a/.github/stale.yml b/.github/stale.yml index e29b7ddcc5e..9a47b3098f0 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -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 diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index feaea311db8..b216fdf6775 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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 @@ -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 diff --git a/pyproject.toml b/pyproject.toml index 31886b8c7ca..5289706414e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -427,6 +427,7 @@ splitted = "splitted" childs = "childs" cutted = "cutted" LOCA = "LOCA" +SLEP = "SLEP" [tool.typos.type.jupyter] extend-ignore-re = ["\"id\": \".*\""]