diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index fb40ba0..f5efbc8 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -26,19 +26,19 @@ repos: args: [ "--create", "--python-folders", "tsml" ] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.12.12 + rev: v0.14.0 hooks: - id: ruff args: [ "--fix" ] - repo: https://github.com/asottile/pyupgrade - rev: v3.20.0 + rev: v3.21.0 hooks: - id: pyupgrade args: [ "--py310-plus" ] - repo: https://github.com/pycqa/isort - rev: 6.0.1 + rev: 7.0.0 hooks: - id: isort name: isort (python) @@ -52,7 +52,7 @@ repos: args: [ "--max-line-length=88", "--extend-ignore=E203" ] - repo: https://github.com/psf/black - rev: 25.1.0 + rev: 25.9.0 hooks: - id: black language_version: python3