diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 0885d77..b9f411e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -10,7 +10,7 @@ ci: repos: - repo: https://github.com/psf/black - rev: 24.1.1 + rev: 24.3.0 hooks: - id: black # It is recommended to specify the latest version of Python @@ -19,7 +19,7 @@ repos: # https://pre-commit.com/#top_level-default_language_version language_version: python3 - repo: https://github.com/psf/black - rev: 24.1.1 + rev: 24.3.0 hooks: - id: black-jupyter language_version: python3