diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index fc80b94..5f671d1 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,19 +1,19 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.4.0 + rev: v4.5.0 hooks: - id: trailing-whitespace - id: check-yaml - id: check-toml - repo: https://github.com/PyCQA/isort - rev: 5.12.0 + rev: 5.13.2 hooks: - id: isort additional_dependencies: [toml] - repo: https://github.com/psf/black - rev: 23.3.0 + rev: 24.1.1 hooks: - id: black @@ -22,10 +22,10 @@ repos: hooks: - id: blacken-docs additional_dependencies: [black==23.3.0] - args: [-l, "79", -t, py38] + args: [-l, '79', -t, py38] - repo: https://github.com/PyCQA/flake8 - rev: 6.0.0 + rev: 7.0.0 hooks: - id: flake8