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 b8e6ccc commit 7c2be75Copy full SHA for 7c2be75
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.2
+ name: Run pre-commit-ci/lite-action@v0.0.3
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.2'
+_VERSION = 'v0.0.3'
19
20
_GIT = (
21
'git',
0 commit comments