diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index fc37287..267b60a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -3,7 +3,7 @@ default_language_version: repos: - repo: https://github.com/PyCQA/autoflake - rev: "v2.1.1" + rev: "v2.2.0" hooks: - id: autoflake args: @@ -22,7 +22,7 @@ repos: - id: isort - repo: https://github.com/psf/black - rev: "23.3.0" + rev: "23.7.0" hooks: - id: black