From 139e728a3204c352e58e595552bacc9ab8f248ea Mon Sep 17 00:00:00 2001 From: Anthony Sottile Date: Fri, 11 Oct 2024 19:54:09 -0400 Subject: [PATCH] v2.7.0 --- .pre-commit-config.yaml | 2 +- README.md | 2 +- setup.cfg | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index e4d1284..b76d752 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -10,7 +10,7 @@ repos: - id: name-tests-test - id: requirements-txt-fixer - repo: https://github.com/asottile/setup-cfg-fmt - rev: v2.6.0 + rev: v2.7.0 hooks: - id: setup-cfg-fmt - repo: https://github.com/asottile/reorder-python-imports diff --git a/README.md b/README.md index 1387217..b7c5ca9 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ Sample `.pre-commit-config.yaml`: ```yaml - repo: https://github.com/asottile/setup-cfg-fmt - rev: v2.6.0 + rev: v2.7.0 hooks: - id: setup-cfg-fmt ``` diff --git a/setup.cfg b/setup.cfg index a679004..8b294fd 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = setup_cfg_fmt -version = 2.6.0 +version = 2.7.0 description = apply a consistent format to `setup.cfg` files long_description = file: README.md long_description_content_type = text/markdown