diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 2614dd8..398628f 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -10,7 +10,7 @@ repos: - id: check-added-large-files - id: check-json - repo: https://github.com/charliermarsh/ruff-pre-commit - rev: v0.6.8 + rev: v0.7.2 hooks: - id: ruff args: [--fix, --exit-non-zero-on-fix] diff --git a/pyproject.toml b/pyproject.toml index 1310154..cbded3d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,7 +38,7 @@ test = [ 'pytest', 'pytest-cov', 'pytest-asyncio', - 'ruff==0.6.8', + 'ruff==0.7.2', 'types-PyYAML' ]