diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index e9bdf6f..6fb4dc9 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -2,18 +2,18 @@ # See https://pre-commit.com/hooks.html for more hooks repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.1.0 + rev: v4.5.0 hooks: - id: trailing-whitespace - repo: https://github.com/psf/black - rev: "22.1.0" + rev: "23.12.0" hooks: - id: black - repo: https://github.com/PyCQA/flake8 - rev: "4.0.1" + rev: "6.1.0" hooks: - id: flake8 - repo: https://github.com/PyCQA/isort - rev: "5.10.1" + rev: "5.13.2" hooks: - id: isort