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 73e1ce2 commit 1f5d787Copy full SHA for 1f5d787
pyproject.toml
@@ -6,7 +6,7 @@ build-backend = "hatchling.build"
6
7
[project]
8
name = "socketsecurity"
9
-version = "2.1.5"
+version = "2.1.6"
10
requires-python = ">= 3.10"
11
license = {"file" = "LICENSE"}
12
dependencies = [
socketsecurity/__init__.py
@@ -1,2 +1,2 @@
1
__author__ = 'socket.dev'
2
-__version__ = '2.1.5'
+__version__ = '2.1.6'
socketsecurity/socketcli.py
@@ -243,7 +243,6 @@ def main_code():
243
log.debug("Updated overview comment with no dependencies")
244
245
log.debug(f"Adding comments for {config.scm}")
246
-
247
scm.add_socket_comments(
248
security_comment,
249
overview_comment,
0 commit comments