diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index b56f740a..29d2de9f 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -14,7 +14,7 @@ repos: hooks: - id: flake8 - repo: https://github.com/asottile/pyupgrade - rev: v3.7.0 + rev: v3.9.0 hooks: - id: pyupgrade - repo: https://github.com/pycqa/isort @@ -23,6 +23,6 @@ repos: - id: isort name: isort (python) - repo: https://github.com/psf/black - rev: 23.3.0 + rev: 23.7.0 hooks: - id: black