diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index e3016d6..9d893cc 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -54,7 +54,7 @@ repos: # Pyupgrade is a code upgrade tool # It works on files in-place - repo: https://github.com/asottile/pyupgrade - rev: v3.21.0 + rev: v3.21.1 hooks: - id: pyupgrade args: [--py310-plus] @@ -63,7 +63,7 @@ repos: # Black is a code style and formatter # It works on files in-place - repo: https://github.com/psf/black-pre-commit-mirror - rev: 25.9.0 + rev: 25.11.0 hooks: - id: black exclude: ^{{ cookiecutter.project_slug }}/ @@ -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.14.3 + rev: v0.14.4 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 b7bb982..9499e5e 100644 --- a/{{ cookiecutter.project_slug }}/.pre-commit-config.yaml +++ b/{{ cookiecutter.project_slug }}/.pre-commit-config.yaml @@ -60,7 +60,7 @@ repos: # Pyupgrade is a code upgrade tool # It works on files in-place - repo: https://github.com/asottile/pyupgrade - rev: v3.21.0 + rev: v3.21.1 hooks: - id: pyupgrade args: [--py310-plus] @@ -68,7 +68,7 @@ repos: # Black is a code style and formatter # It works on files in-place - repo: https://github.com/ambv/black-pre-commit-mirror - rev: 25.9.0 + rev: 25.11.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.14.3 + rev: v0.14.4 hooks: - id: ruff-check name: ruff