diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 26561f290b1..219046a2594 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -2,7 +2,7 @@ repos: # isort should run before black as black sometimes tweaks the isort output - repo: https://github.com/timothycrosley/isort - rev: 5.1.0 + rev: 5.4.2 hooks: - id: isort # https://github.com/python/black#version-control-integration @@ -11,7 +11,7 @@ repos: hooks: - id: black - repo: https://github.com/keewis/blackdoc - rev: v0.1.1 + rev: v0.1.2 hooks: - id: blackdoc - repo: https://gitlab.com/pycqa/flake8