Skip to content

Commit

Permalink
v2.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
asottile committed Oct 11, 2024
1 parent e559dca commit 349e0be
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ repos:
- id: name-tests-test
- id: requirements-txt-fixer
- repo: https://github.com/asottile/setup-cfg-fmt
rev: v2.5.0
rev: v2.6.0
hooks:
- id: setup-cfg-fmt
- repo: https://github.com/asottile/reorder-python-imports
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Sample `.pre-commit-config.yaml`:

```yaml
- repo: https://github.com/asottile/setup-cfg-fmt
rev: v2.5.0
rev: v2.6.0
hooks:
- id: setup-cfg-fmt
```
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = setup_cfg_fmt
version = 2.5.0
version = 2.6.0
description = apply a consistent format to `setup.cfg` files
long_description = file: README.md
long_description_content_type = text/markdown
Expand Down

0 comments on commit 349e0be

Please sign in to comment.