crackerjack 0.9.0__tar.gz → 0.9.1__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {crackerjack-0.9.0 → crackerjack-0.9.1}/PKG-INFO +1 -1
- {crackerjack-0.9.0 → crackerjack-0.9.1}/crackerjack/pyproject.toml +1 -2
- {crackerjack-0.9.0 → crackerjack-0.9.1}/pyproject.toml +1 -2
- {crackerjack-0.9.0 → crackerjack-0.9.1}/LICENSE +0 -0
- {crackerjack-0.9.0 → crackerjack-0.9.1}/README.md +0 -0
- {crackerjack-0.9.0 → crackerjack-0.9.1}/crackerjack/.gitignore +0 -0
- {crackerjack-0.9.0 → crackerjack-0.9.1}/crackerjack/.libcst.codemod.yaml +0 -0
- {crackerjack-0.9.0 → crackerjack-0.9.1}/crackerjack/.pre-commit-config.yaml +0 -0
- {crackerjack-0.9.0 → crackerjack-0.9.1}/crackerjack/.ruff_cache/.gitignore +0 -0
- {crackerjack-0.9.0 → crackerjack-0.9.1}/crackerjack/.ruff_cache/0.1.11/3256171999636029978 +0 -0
- {crackerjack-0.9.0 → crackerjack-0.9.1}/crackerjack/.ruff_cache/0.1.14/602324811142551221 +0 -0
- {crackerjack-0.9.0 → crackerjack-0.9.1}/crackerjack/.ruff_cache/0.1.4/10355199064880463147 +0 -0
- {crackerjack-0.9.0 → crackerjack-0.9.1}/crackerjack/.ruff_cache/0.1.6/15140459877605758699 +0 -0
- {crackerjack-0.9.0 → crackerjack-0.9.1}/crackerjack/.ruff_cache/0.1.7/1790508110482614856 +0 -0
- {crackerjack-0.9.0 → crackerjack-0.9.1}/crackerjack/.ruff_cache/0.1.9/17041001205004563469 +0 -0
- {crackerjack-0.9.0 → crackerjack-0.9.1}/crackerjack/.ruff_cache/0.2.0/10047773857155985907 +0 -0
- {crackerjack-0.9.0 → crackerjack-0.9.1}/crackerjack/.ruff_cache/0.2.1/8522267973936635051 +0 -0
- {crackerjack-0.9.0 → crackerjack-0.9.1}/crackerjack/.ruff_cache/0.2.2/18053836298936336950 +0 -0
- {crackerjack-0.9.0 → crackerjack-0.9.1}/crackerjack/.ruff_cache/0.3.0/12548816621480535786 +0 -0
- {crackerjack-0.9.0 → crackerjack-0.9.1}/crackerjack/.ruff_cache/0.3.3/11081883392474770722 +0 -0
- {crackerjack-0.9.0 → crackerjack-0.9.1}/crackerjack/.ruff_cache/0.3.4/676973378459347183 +0 -0
- {crackerjack-0.9.0 → crackerjack-0.9.1}/crackerjack/.ruff_cache/0.3.5/16311176246009842383 +0 -0
- {crackerjack-0.9.0 → crackerjack-0.9.1}/crackerjack/.ruff_cache/0.5.7/1493622539551733492 +0 -0
- {crackerjack-0.9.0 → crackerjack-0.9.1}/crackerjack/.ruff_cache/0.5.7/6231957614044513175 +0 -0
- {crackerjack-0.9.0 → crackerjack-0.9.1}/crackerjack/.ruff_cache/0.5.7/9932762556785938009 +0 -0
- {crackerjack-0.9.0 → crackerjack-0.9.1}/crackerjack/.ruff_cache/0.6.0/11982804814124138945 +0 -0
- {crackerjack-0.9.0 → crackerjack-0.9.1}/crackerjack/.ruff_cache/0.6.0/12055761203849489982 +0 -0
- {crackerjack-0.9.0 → crackerjack-0.9.1}/crackerjack/.ruff_cache/0.6.2/1206147804896221174 +0 -0
- {crackerjack-0.9.0 → crackerjack-0.9.1}/crackerjack/.ruff_cache/0.6.4/1206147804896221174 +0 -0
- {crackerjack-0.9.0 → crackerjack-0.9.1}/crackerjack/.ruff_cache/0.6.5/1206147804896221174 +0 -0
- {crackerjack-0.9.0 → crackerjack-0.9.1}/crackerjack/.ruff_cache/0.6.7/3657366982708166874 +0 -0
- {crackerjack-0.9.0 → crackerjack-0.9.1}/crackerjack/.ruff_cache/0.6.9/285614542852677309 +0 -0
- {crackerjack-0.9.0 → crackerjack-0.9.1}/crackerjack/.ruff_cache/0.7.1/285614542852677309 +0 -0
- {crackerjack-0.9.0 → crackerjack-0.9.1}/crackerjack/.ruff_cache/CACHEDIR.TAG +0 -0
- {crackerjack-0.9.0 → crackerjack-0.9.1}/crackerjack/__init__.py +0 -0
- {crackerjack-0.9.0 → crackerjack-0.9.1}/crackerjack/__main__.py +0 -0
- {crackerjack-0.9.0 → crackerjack-0.9.1}/crackerjack/crackerjack.py +0 -0
@@ -46,7 +46,6 @@ convention = "google"
|
|
46
46
|
[tool.vulture]
|
47
47
|
min_confidence = 84
|
48
48
|
paths = ["crackerjack",]
|
49
|
-
verbose = true
|
50
49
|
|
51
50
|
[tool.creosote]
|
52
51
|
paths = [
|
@@ -105,7 +104,7 @@ pythonPlatform = "Darwin"
|
|
105
104
|
[tool.pdm]
|
106
105
|
[project]
|
107
106
|
name = "Crackerjack"
|
108
|
-
version = "0.
|
107
|
+
version = "0.9.0"
|
109
108
|
description = "Crackerjack code style"
|
110
109
|
requires-python = ">=3.12"
|
111
110
|
readme = "README.md"
|
@@ -48,7 +48,6 @@ min_confidence = 84
|
|
48
48
|
paths = [
|
49
49
|
"crackerjack",
|
50
50
|
]
|
51
|
-
verbose = true
|
52
51
|
|
53
52
|
[tool.creosote]
|
54
53
|
paths = [
|
@@ -108,7 +107,7 @@ pythonPlatform = "Darwin"
|
|
108
107
|
|
109
108
|
[project]
|
110
109
|
name = "Crackerjack"
|
111
|
-
version = "0.9.
|
110
|
+
version = "0.9.1"
|
112
111
|
description = "Crackerjack code style"
|
113
112
|
requires-python = ">=3.12"
|
114
113
|
readme = "README.md"
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|