diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 5eb4c61..58aace1 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -25,11 +25,6 @@ repos: - --markdown-linebreak-ext=md - id: check-executables-have-shebangs - id: check-shebang-scripts-are-executable - - repo: https://github.com/asottile/pyupgrade - rev: v3.3.1 - hooks: - - id: pyupgrade - args: [--py311-plus] - repo: https://github.com/adamchainz/django-upgrade rev: 1.12.0 hooks: @@ -45,7 +40,7 @@ repos: hooks: - id: djhtml - repo: https://github.com/charliermarsh/ruff-pre-commit - rev: 'v0.0.246' + rev: v0.0.247 hooks: - id: ruff args: [--fix]