Skip to content

Commit

Permalink
Use rm_unneeded_f_str in this repo (#5)
Browse files Browse the repository at this point in the history
* Use rm_unneeded_f_str in this repo
* promote to 0.0.6
  • Loading branch information
dannysepler authored Mar 7, 2022
1 parent 4507d21 commit 0cbbc8a
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ repos:
rev: v1.20.0
hooks:
- id: setup-cfg-fmt
- repo: https://github.com/dannysepler/rm_unneeded_f_str
rev: v0.0.5
hooks:
- id: rm_unneeded_f_str
- repo: https://github.com/PyCQA/flake8
rev: 4.0.1
hooks:
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-hooks.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
- id: rm_unneeded_f_str
name: rm_unneeded_f_str
name: Remove unneeded f-strings
description: 'Find and replace unneeded f-strings in your code.'
entry: rm-unneeded-f-str
language: python
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Or use as a pre-commit hook:

```yaml
- repo: https://github.com/dannysepler/rm_unneeded_f_str
rev: v0.0.4
rev: v0.0.6
hooks:
- id: rm_unneeded_f_str
```
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 = rm_unneeded_f_str
version = 0.0.4
version = 0.0.6
description = Find and replace unneeded f-strings in your code.
long_description = file: README.md
long_description_content_type = text/markdown
Expand Down

0 comments on commit 0cbbc8a

Please sign in to comment.