diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 3d17e47..1a1d1e4 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -38,7 +38,7 @@ repos: name: isort (python) - repo: https://github.com/psf/black - rev: 21.11b1 + rev: 21.12b0 hooks: - id: black language_version: python3 diff --git a/CHANGELOG.md b/CHANGELOG.md index a86604c..b32f338 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,12 +13,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Repository -- Update `thomaseizinger/create-pull-request` GitHub action to v1.2.2 -- Update `thomaseizinger/keep-a-changelog-new-release` GitHub action to v1.3.0 -- Update `black` hook to v21.11b0 +- Update `black` hook to v21.12b0 - Update `check-manifest` hook to v0.47 - Update `isort` hook to v5.10.1 - Update `flake8` hook to v4.0.1 +- Update `thomaseizinger/create-pull-request` GitHub action to v1.2.2 +- Update `thomaseizinger/keep-a-changelog-new-release` GitHub action to v1.3.0 ## [1.4.0] - 2021-07-29