Skip to content

Commit

Permalink
v1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
asottile committed Feb 7, 2024
1 parent 82e5ee7 commit 9d882e7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 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].1
name: Run pre-commit-ci/[email protected].2
if: always()
8 changes: 4 additions & 4 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].1
- uses: pre-commit-ci/[email protected].2
if: always()
```
Expand All @@ -25,7 +25,7 @@ fixes PRs
used for auto fixing

```yaml
- uses: pre-commit-ci/[email protected].1
- uses: pre-commit-ci/[email protected].2
if: always()
with:
msg: apply code formatting
Expand All @@ -50,8 +50,8 @@ jobs:
- uses: actions/setup-python@v4
with:
python-version: 3.x
- uses: pre-commit/[email protected].0
- uses: pre-commit-ci/[email protected].1
- uses: pre-commit/[email protected].1
- uses: pre-commit-ci/[email protected].2
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.1'
_VERSION = 'v1.0.2'

_GIT = (
'git',
Expand Down

0 comments on commit 9d882e7

Please sign in to comment.