Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,15 +38,15 @@ repos:

# Auto-update syntax
- repo: https://github.com/asottile/pyupgrade
rev: v3.21.1
rev: v3.21.2
hooks:
- id: pyupgrade
args:
- --py311-plus

# Linter and formatter
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.14.4
rev: v0.14.7
hooks:
- id: ruff
args:
Expand All @@ -56,13 +56,13 @@ repos:

# Linter and formatter
- repo: https://github.com/Instagram/Fixit
rev: v2.2.0
rev: v2.2.1
hooks:
- id: fixit-fix

# Type linter
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.18.2
rev: v1.19.0
hooks:
- id: mypy
args:
Expand All @@ -71,7 +71,7 @@ repos:

# Security linter
- repo: https://github.com/pycqa/bandit
rev: 1.8.6
rev: 1.9.2
hooks:
- id: bandit
name: bandit
Expand All @@ -85,6 +85,6 @@ repos:

# renovate.json validator
- repo: https://github.com/renovatebot/pre-commit-hooks
rev: 42.2.0
rev: 42.29.4
hooks:
- id: renovate-config-validator