diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index b255c8d..8fa0a4b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -21,14 +21,14 @@ repos: - id: end-of-file-fixer - id: mixed-line-ending - repo: https://github.com/asottile/pyupgrade - rev: v3.16.0 + rev: v3.17.0 hooks: - id: pyupgrade args: - --py3-plus - --keep-runtime-typing - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.5.4 + rev: v0.6.3 hooks: - id: ruff args: [--fix, --exit-non-zero-on-fix] @@ -44,7 +44,7 @@ repos: name: isort (pyi) types: [pyi] - repo: https://github.com/psf/black - rev: 24.4.2 + rev: 24.8.0 hooks: - id: black - repo: https://github.com/PyCQA/bandit