diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 0dc33b6..4f7cb1d 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,6 +5,7 @@ updates: directories: - "/" - "/.github/utils/" + - "/{{ cookiecutter.project_slug }}/.github/utils" schedule: interval: weekly day: monday @@ -24,7 +25,7 @@ updates: - package-ecosystem: github-actions directories: - "/" - - "/{{ cookiecutter.project_slug }}/" + - "/{{ cookiecutter.project_slug }}" schedule: interval: daily time: "05:24" diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 3a51450..03dc713 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -62,7 +62,7 @@ repos: # Black is a code style and formatter # It works on files in-place - - repo: https://github.com/psf/black + - repo: https://github.com/psf/black-pre-commit-mirror rev: 25.9.0 hooks: - id: black @@ -81,7 +81,7 @@ repos: # More information can be found in its documentation: # https://docs.astral.sh/ruff/ - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.13.2 + rev: v0.14.0 hooks: - id: ruff-check name: ruff diff --git a/{{ cookiecutter.project_slug }}/.pre-commit-config.yaml b/{{ cookiecutter.project_slug }}/.pre-commit-config.yaml index c3aae41..7a67998 100644 --- a/{{ cookiecutter.project_slug }}/.pre-commit-config.yaml +++ b/{{ cookiecutter.project_slug }}/.pre-commit-config.yaml @@ -67,7 +67,7 @@ repos: # Black is a code style and formatter # It works on files in-place - - repo: https://github.com/ambv/black + - repo: https://github.com/ambv/black-pre-commit-mirror rev: 25.9.0 hooks: - id: black @@ -84,7 +84,7 @@ repos: # More information can be found in its documentation: # https://docs.astral.sh/ruff/ - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.13.2 + rev: v0.14.0 hooks: - id: ruff-check name: ruff