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 ca5bbc6 commit 0cf31b8Copy full SHA for 0cf31b8
README.md
@@ -150,7 +150,7 @@ Perform the following steps to install the pre-commit hook:
150
```yaml
151
repos:
152
- repo: https://github.com/cycodehq-public/cycode-cli
153
- rev: 0.1.6
+ rev: 0.2.2
154
hooks:
155
- id: cycode
156
language_version: python3
cli/__init__.py
@@ -1 +1 @@
1
-__version__ = "0.2.1"
+__version__ = "0.2.2"
cyclient/__init__.py
@@ -1,6 +1,6 @@
from .config import logger
2
3
4
5
6
__all__ = [
0 commit comments