diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 30d5b17..3e5b6a3 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: 23.11.0 hooks: - id: black language_version: python3.8 - repo: https://github.com/PyCQA/isort - rev: 5.9.2 + rev: 5.13.0 hooks: - id: isort additional_dependencies: [toml] - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.0.1 + rev: v4.5.0 hooks: - id: trailing-whitespace - id: end-of-file-fixer