diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index bb2c53fba..e3153eaae 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -4,7 +4,7 @@ repos: hooks: - id: check-merge-conflict - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.13.2 + rev: v0.14.3 hooks: - id: ruff types_or: [ python, pyi ] @@ -48,7 +48,7 @@ repos: - id: detect-private-key exclude: ^tests/ - repo: https://github.com/asottile/pyupgrade - rev: 'v3.20.0' + rev: 'v3.21.0' hooks: - id: pyupgrade args: ['--py39-plus', '--keep-mock']