diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 97b499b0..cc7c1ec9 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -9,7 +9,7 @@ ci: submodules: false repos: - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.9.6 # Ruff version + rev: v0.9.10 # Ruff version hooks: - id: ruff args: [--fix, --extend-ignore=E203] @@ -23,7 +23,7 @@ repos: - id: trailing-whitespace exclude: 'flowermd/tests/assets/.* | flowermd/assets/.*' - repo: https://github.com/pycqa/isort - rev: 6.0.0 + rev: 6.0.1 hooks: - id: isort name: isort (python)