Skip to content

Commit

Permalink
release v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chainyo committed Apr 27, 2024
1 parent dfcf276 commit e0c97e8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .pre-commit-hooks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,6 @@
entry: py-init-cleaner
language: rust
types: [python]
exclude: '^.pre-commit-config.yaml$'
pass_filenames: false
always_run: true
args: ["--dir", "."]
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,8 @@ Add this to your `.pre-commit-config.yaml`:
```yaml
repos:
- repo: https://github.com/chainyo/py-init-cleaner
rev: "v1.0.0"
rev: "v1.1.0"
hooks:
- id: py-init-cleaner
args: ["--dir", "src"] # 👈 Change the 'src' argument to the name of the folder you want to check
pass_filenames: false
```

0 comments on commit e0c97e8

Please # to comment.