diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 535d3da..e3f8d2a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,18 +1,19 @@ # See https://pre-commit.com/hooks.html for more hooks repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v2.3.0 + rev: v4.5.0 hooks: - id: trailing-whitespace - id: end-of-file-fixer - id: check-yaml - - repo: https://github.com/bemeurer/beautysh - rev: 5.0.2 + - repo: https://github.com/lovesegfault/beautysh + rev: v6.2.1 hooks: - id: beautysh + language_version: "3.11" - repo: https://github.com/psf/black - rev: 19.3b0 + rev: 24.2.0 hooks: - id: black