diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 7f4dcfd..3403c2d 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -15,7 +15,7 @@ repos: exclude: 'tests/test_files|assets|moldf/covalent_bonds' - repo: https://github.com/psf/black - rev: 23.12.1 + rev: 24.2.0 hooks: - id: black language_version: python3.10