diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 3ca03a2..69f5a3f 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -14,7 +14,7 @@ repos: - id: flake8 additional_dependencies: [flake8-import-order, flake8-bugbear] - repo: https://github.com/psf/black - rev: "21.7b0" + rev: "21.8b0" hooks: - id: black - repo: https://github.com/pycqa/isort @@ -23,7 +23,7 @@ repos: - id: isort name: isort (python) - repo: https://github.com/asottile/pyupgrade - rev: v2.24.0 + rev: v2.25.0 hooks: - id: pyupgrade args: [--py37-plus]