diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index fc3b8ab..847ec76 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -11,7 +11,7 @@ repos: - id: check-case-conflict - id: requirements-txt-fixer - repo: https://github.com/psf/black-pre-commit-mirror - rev: 25.11.0 + rev: 25.12.0 hooks: - id: black language_version: python3 @@ -30,7 +30,7 @@ repos: - id: isort - repo: https://github.com/PyCQA/pylint/ - rev: v4.0.3 + rev: v4.0.4 hooks: - id: pylint args: [--disable=E0401]