diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 30d5b17..36f70ff 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,19 +1,19 @@ --- repos: - repo: https://github.com/psf/black - rev: 23.3.0 + rev: 24.8.0 hooks: - id: black language_version: python3.8 - repo: https://github.com/PyCQA/isort - rev: 5.9.2 + rev: 5.13.2 hooks: - id: isort additional_dependencies: [toml] - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.0.1 + rev: v5.0.0 hooks: - id: trailing-whitespace - id: end-of-file-fixer