diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index e2b8f29..285e431 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -32,7 +32,7 @@ repos: # Auto-update syntax - repo: https://github.com/asottile/pyupgrade - rev: v3.15.2 + rev: v3.16.0 hooks: - id: pyupgrade args: @@ -40,7 +40,7 @@ repos: # Linter and formatter - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.4.7 + rev: v0.5.0 hooks: - id: ruff args: @@ -56,7 +56,7 @@ repos: # Type linter - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.10.0 + rev: v1.10.1 hooks: - id: mypy args: @@ -65,7 +65,7 @@ repos: # Security linter - repo: https://github.com/pycqa/bandit - rev: 1.7.8 + rev: 1.7.9 hooks: - id: bandit name: bandit