We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f25ab7 commit 1282390Copy full SHA for 1282390
2 files changed
.github/workflows/main.yml
@@ -13,5 +13,5 @@ jobs:
13
python-version: 3.x
14
- uses: pre-commit/action@v3.0.0
15
- uses: ./.
16
- name: Run pre-commit-ci/lite-action@v0.0.0
+ name: Run pre-commit-ci/lite-action@v0.0.2
17
if: always()
bin/main
@@ -15,7 +15,7 @@ from typing import Iterable
from typing import NamedTuple
from typing import Sequence
18
-_VERSION = 'v0.0.0'
+_VERSION = 'v0.0.2'
19
20
_GIT = (
21
'git',
0 commit comments