diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 56c96af..1065080 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -11,7 +11,7 @@ repos: - id: check-yaml - id: debug-statements - repo: https://github.com/psf/black - rev: 24.10.0 + rev: 25.1.0 hooks: - id: black language_version: python3.10 @@ -21,13 +21,13 @@ repos: - id: autoflake args: ['--in-place', '--remove-unused-variable'] - repo: https://github.com/PyCQA/isort - rev: 5.13.2 + rev: 6.0.1 hooks: - id: isort args: ['--line-length=79'] language_version: python3.10 - repo: https://github.com/asottile/pyupgrade - rev: v3.19.0 + rev: v3.19.1 hooks: - id: pyupgrade args: