Skip to content

Commit

Permalink
πŸ”– 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
foosel committed Feb 9, 2022
1 parent d7b8670 commit f8e8e14
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ This repository can be used with [pre-commit](https://pre-commit.com/).

```yaml
- repo: https://github.com/OctoPrint/codemods
rev: "0.5.0"
rev: "0.6.0"
hooks:
- id: codemod_not_in
```
Expand All @@ -74,7 +74,7 @@ Additional arguments can also be specified:
```yaml
- repo: https://github.com/OctoPrint/codemods
rev: "0.5.0"
rev: "0.6.0"
hooks:
- id: codemod_not_in
args: ["--ignore", "lib/vendor"]
Expand All @@ -84,7 +84,7 @@ If more than one command should be run, use the `batch` command for better perfo

```yaml
- repo: https://github.com/OctoPrint/codemods
rev: "0.5.0"
rev: "0.6.0"
hooks:
- id: codemod_batch
args:
Expand All @@ -103,7 +103,7 @@ If more than one command should be run, use the `batch` command for better perfo
> πŸ›‘
>
> Mods overlapping with [pyupgrade](https://github.com/asottile/pyupgrade) have been
> removed in version 0.5.0.
> removed in version 0.6.0.

### `not_in`

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

setup(
name="octoprint_codemods",
version="0.5.0",
version="0.6.0",
description="libcst based tooling for running various conversions on OctoPrint's source",
url="https://github.com/OctoPrint/codemods",
packages=find_packages(exclude=["tests"]),
Expand Down

0 comments on commit f8e8e14

Please sign in to comment.