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 5dc722f commit 9cc347eCopy full SHA for 9cc347e
README.md
@@ -191,7 +191,7 @@ Perform the following steps to install the pre-commit hook:
191
```yaml
192
repos:
193
- repo: https://github.com/cycodehq-public/cycode-cli
194
- rev: 0.2.2
+ rev: 0.2.3
195
hooks:
196
- id: cycode
197
language_version: python3
cli/__init__.py
@@ -1 +1 @@
1
-__version__ = "0.2.2"
+__version__ = "0.2.3"
cyclient/__init__.py
@@ -1,6 +1,6 @@
from .config import logger
2
3
4
5
6
__all__ = [
0 commit comments