diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 34e2cfc..f45e8df 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -16,7 +16,7 @@ repos: - repo: https://github.com/astral-sh/ruff-pre-commit # Ruff version. - rev: 'v0.1.6' + rev: 'v0.1.7' hooks: - id: ruff args: [--fix, --exit-non-zero-on-fix] @@ -35,6 +35,6 @@ repos: - types-requests - repo: https://github.com/pre-commit/pre-commit - rev: v3.5.0 + rev: v3.6.0 hooks: - id: validate_manifest