diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index e7e3889..ade0345 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -12,7 +12,7 @@ repos: - id: check-toml # Using this mirror lets us use mypyc-compiled black, which is about 2x faster - repo: https://github.com/psf/black-pre-commit-mirror - rev: 24.4.2 + rev: 24.8.0 hooks: - id: black # It is recommended to specify the latest version of Python diff --git a/CHANGELOG.md b/CHANGELOG.md index 9f9c017..8a657bd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,4 +13,3 @@ # 0.4.1 (2020-06-10) - Fix packaging of `dahuffman.codecs` ([#10](https://github.com/soxofaan/dahuffman/issues/10)) -