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 9a2027d commit 5583085Copy full SHA for 5583085
pyproject.toml
@@ -6,7 +6,7 @@ build-backend = "hatchling.build"
6
7
[project]
8
name = "socketsecurity"
9
-version = "2.2.14"
+version = "2.2.15"
10
requires-python = ">= 3.10"
11
license = {"file" = "LICENSE"}
12
dependencies = [
socketsecurity/__init__.py
@@ -1,3 +1,3 @@
1
__author__ = 'socket.dev'
2
-__version__ = '2.2.14'
+__version__ = '2.2.15'
3
USER_AGENT = f'SocketPythonCLI/{__version__}'
socketsecurity/socketcli.py
@@ -114,7 +114,7 @@ def main_code():
114
115
# Git setup
116
is_repo = False
117
- git_repo = None
+ git_repo: Git
118
try:
119
git_repo = Git(config.target_path)
120
is_repo = True
0 commit comments