diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index f4f8e8ec0..77887ded2 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -44,7 +44,7 @@ repos: geoportal/.* )$ - repo: https://github.com/psf/black - rev: 24.8.0 + rev: 24.10.0 hooks: - id: black - repo: https://github.com/asottile/pyupgrade diff --git a/CONST_create_template/.pre-commit-config.yaml b/CONST_create_template/.pre-commit-config.yaml index 91b50b9cb..b1287f897 100644 --- a/CONST_create_template/.pre-commit-config.yaml +++ b/CONST_create_template/.pre-commit-config.yaml @@ -30,6 +30,6 @@ repos: hooks: - id: isort - repo: https://github.com/psf/black - rev: 24.8.0 + rev: 24.10.0 hooks: - id: black