diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index d6a45498..5fb53a13 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -28,7 +28,7 @@ repos: - id: requirements-txt-fixer - id: fix-byte-order-marker - repo: https://github.com/asottile/pyupgrade - rev: v3.8.0 + rev: v3.9.0 hooks: - id: pyupgrade - repo: https://github.com/PyCQA/isort @@ -36,6 +36,6 @@ repos: hooks: - id: isort - repo: https://github.com/psf/black - rev: 23.3.0 + rev: 23.7.0 hooks: - id: black