We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56ebde6 commit 06e7337Copy full SHA for 06e7337
3 files changed
pyproject.toml
@@ -6,7 +6,7 @@ build-backend = "hatchling.build"
6
7
[project]
8
name = "socketsecurity"
9
-version = "2.1.34"
+version = "2.1.35"
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.34'
+__version__ = '2.1.35'
socketsecurity/core/git_interface.py
@@ -412,7 +412,7 @@ def is_on_default_branch(self) -> bool:
412
return False
413
414
@staticmethod
415
- def ensure_safe_directory(self, path: str) -> None:
+ def ensure_safe_directory(path: str) -> None:
416
# Ensure the repo is marked as safe for git (prevents SHA empty/dubious ownership errors)
417
try :
418
import subprocess
0 commit comments