diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 9ce4313..fc3b8ab 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.9.0 + rev: 25.11.0 hooks: - id: black language_version: python3 @@ -30,7 +30,7 @@ repos: - id: isort - repo: https://github.com/PyCQA/pylint/ - rev: v4.0.2 + rev: v4.0.3 hooks: - id: pylint args: [--disable=E0401]