diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 1aee6b11..5afa1a81 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -5,7 +5,7 @@ exclude: ^src/labelle/_vendor/.*$ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.5.0 + rev: v4.6.0 hooks: - id: no-commit-to-branch args: [--branch, master, --branch, main] @@ -13,16 +13,14 @@ repos: - id: check-added-large-files - id: check-ast - id: check-merge-conflict - - id: check-xml - id: check-yaml - id: debug-statements - id: end-of-file-fixer - - id: requirements-txt-fixer - id: mixed-line-ending args: ['--fix=lf'] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.3.4 + rev: v0.3.7 hooks: - id: ruff args: [--fix, --exit-non-zero-on-fix]