Skip to content

Commit

Permalink
0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jkittner committed Jun 5, 2022
1 parent 9a4561f commit 34ea9d7
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 @@ -35,7 +35,7 @@ repos:
- id: add-trailing-comma
args: [--py36-plus]
- repo: https://github.com/theendlessriver13/double-indent
rev: 0.1.3
rev: 0.1.4
hooks:
- id: double-indent
- repo: https://github.com/asottile/pyupgrade
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Sample `.pre-commit-config.yaml`:

```yaml
- repo: https://github.com/theendlessriver13/double-indent
rev: 0.1.3
rev: 0.1.4
hooks:
- id: double-indent
```
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 = double_indent
version = 0.1.3
version = 0.1.4
description = a code formatter indenting function and mtehod definitions twice
long_description = file: README.md
long_description_content_type = text/markdown
Expand Down

0 comments on commit 34ea9d7

Please sign in to comment.