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