diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 1a363ac..18190ee 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -2,7 +2,7 @@ # See https://pre-commit.com/hooks.html for more hooks repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.0.1 + rev: v4.1.0 hooks: - id: trailing-whitespace - id: check-yaml @@ -10,12 +10,12 @@ repos: - id: end-of-file-fixer - repo: https://github.com/psf/black - rev: 21.11b1 + rev: 21.12b0 hooks: - id: black - repo: https://github.com/ikamensh/flynt/ - rev: "0.69" + rev: "0.76" hooks: - id: flynt