diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 35f75c4..c819881 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v3.2.1 + rev: v3.2.2 hooks: - id: trailing-whitespace - id: end-of-file-fixer diff --git a/CHANGELOG.md b/CHANGELOG.md index 6d935e3..9a8ff5a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -3.2.1 - 2020-06-10 +3.2.2 - 2020-06-10 ================== ### Features diff --git a/setup.cfg b/setup.cfg index e2d1260..da2d3d0 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = pre_commit_hooks -version = 3.2.1 +version = 3.2.2 description = Some out-of-the-box hooks for pre-commit. long_description = file: README.md long_description_content_type = text/markdown