diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 9492041..a4534cf 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -2,7 +2,7 @@ # See https://pre-commit.com/hooks.html for more hooks repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v5.0.0 + rev: v6.0.0 hooks: - id: trailing-whitespace - id: end-of-file-fixer @@ -11,7 +11,7 @@ repos: - id: check-case-conflict - id: requirements-txt-fixer - repo: https://github.com/psf/black - rev: 25.1.0 + rev: 25.9.0 hooks: - id: black language_version: python3 @@ -30,7 +30,7 @@ repos: - id: isort - repo: https://github.com/PyCQA/pylint/ - rev: v3.3.7 + rev: v3.3.8 hooks: - id: pylint args: [--disable=E0401]