Skip to content

Commit

Permalink
v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
asottile committed Feb 6, 2023
1 parent 3d06d81 commit 2529d76
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ jobs:
# don't copy this, this is for self-testing only
# see the README for how to use this action
- uses: ./.
name: Run pre-commit-ci/[email protected].0
name: Run pre-commit-ci/[email protected].1
if: always()
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ fixes PRs
2. add the [GitHub action] to your workflow as the last step in your job:

```yaml
- uses: pre-commit-ci/[email protected].0
- uses: pre-commit-ci/[email protected].1
if: always()
```
Expand All @@ -25,7 +25,7 @@ fixes PRs
used for auto fixing

```yaml
- uses: pre-commit-ci/[email protected].0
- uses: pre-commit-ci/[email protected].1
if: always()
with:
msg: apply code formatting
Expand All @@ -51,7 +51,7 @@ jobs:
with:
python-version: 3.x
- uses: pre-commit/[email protected]
- uses: pre-commit-ci/[email protected].0
- uses: pre-commit-ci/[email protected].1
if: always()
```

Expand Down
2 changes: 1 addition & 1 deletion bin/main
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ from typing import Iterable
from typing import NamedTuple
from typing import Sequence

_VERSION = 'v1.0.0'
_VERSION = 'v1.0.1'

_GIT = (
'git',
Expand Down

0 comments on commit 2529d76

Please sign in to comment.