crackerjack 0.8.17__py3-none-any.whl → 0.8.18__py3-none-any.whl
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/.pre-commit-config.yaml +3 -3
- crackerjack/.ruff_cache/0.6.5/1206147804896221174 +0 -0
- crackerjack/pyproject.toml +3 -6
- {crackerjack-0.8.17.dist-info → crackerjack-0.8.18.dist-info}/METADATA +3 -3
- {crackerjack-0.8.17.dist-info → crackerjack-0.8.18.dist-info}/RECORD +7 -6
- {crackerjack-0.8.17.dist-info → crackerjack-0.8.18.dist-info}/WHEEL +0 -0
- {crackerjack-0.8.17.dist-info → crackerjack-0.8.18.dist-info}/licenses/LICENSE +0 -0
@@ -17,7 +17,7 @@ repos:
|
|
17
17
|
- id: check-added-large-files
|
18
18
|
name: check-added-large-files
|
19
19
|
- repo: https://github.com/astral-sh/ruff-pre-commit
|
20
|
-
rev: v0.6.
|
20
|
+
rev: v0.6.5
|
21
21
|
hooks:
|
22
22
|
- id: ruff-format
|
23
23
|
- id: ruff
|
@@ -61,11 +61,11 @@ repos:
|
|
61
61
|
- id: bandit
|
62
62
|
args: ["-c", "pyproject.toml"]
|
63
63
|
- repo: https://github.com/RobertCraigie/pyright-python
|
64
|
-
rev: v1.1.
|
64
|
+
rev: v1.1.381
|
65
65
|
hooks:
|
66
66
|
- id: pyright
|
67
67
|
- repo: https://github.com/astral-sh/ruff-pre-commit
|
68
|
-
rev: v0.6.
|
68
|
+
rev: v0.6.5
|
69
69
|
hooks:
|
70
70
|
- id: ruff
|
71
71
|
- id: ruff-format
|
Binary file
|
crackerjack/pyproject.toml
CHANGED
@@ -1,6 +1,3 @@
|
|
1
|
-
[tool.pdm.dev-dependencies]
|
2
|
-
dev = []
|
3
|
-
|
4
1
|
[tool.codespell]
|
5
2
|
skip = "*/data/*"
|
6
3
|
quiet-level = 3
|
@@ -102,7 +99,7 @@ pythonPlatform = "Darwin"
|
|
102
99
|
|
103
100
|
[project]
|
104
101
|
name = "Crackerjack"
|
105
|
-
version = "0.8.
|
102
|
+
version = "0.8.17"
|
106
103
|
description = "Crackerjack code style"
|
107
104
|
requires-python = ">=3.12"
|
108
105
|
readme = "README.md"
|
@@ -134,9 +131,9 @@ dependencies = [
|
|
134
131
|
"autotyping>=24.3.0",
|
135
132
|
"pre-commit>=3.8.0",
|
136
133
|
"pytest>=8.3.3",
|
137
|
-
"pydantic>=2.9.
|
134
|
+
"pydantic>=2.9.2",
|
138
135
|
"aiopath>=0.7.7",
|
139
|
-
"acb>=0.6.
|
136
|
+
"acb>=0.6.28",
|
140
137
|
"pdm-bump>=0.9.8",
|
141
138
|
"pdm>=2.18.2",
|
142
139
|
]
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: Crackerjack
|
3
|
-
Version: 0.8.
|
3
|
+
Version: 0.8.18
|
4
4
|
Summary: Crackerjack code style
|
5
5
|
Keywords: black,ruff,mypy,creosote,refurb
|
6
6
|
Home-page: https://github.com/lesleslie/crackerjack
|
@@ -29,9 +29,9 @@ Requires-Dist: inflection>=0.5.1
|
|
29
29
|
Requires-Dist: autotyping>=24.3.0
|
30
30
|
Requires-Dist: pre-commit>=3.8.0
|
31
31
|
Requires-Dist: pytest>=8.3.3
|
32
|
-
Requires-Dist: pydantic>=2.9.
|
32
|
+
Requires-Dist: pydantic>=2.9.2
|
33
33
|
Requires-Dist: aiopath>=0.7.7
|
34
|
-
Requires-Dist: acb>=0.6.
|
34
|
+
Requires-Dist: acb>=0.6.28
|
35
35
|
Requires-Dist: pdm-bump>=0.9.8
|
36
36
|
Requires-Dist: pdm>=2.18.2
|
37
37
|
Description-Content-Type: text/markdown
|
@@ -1,9 +1,9 @@
|
|
1
|
-
crackerjack-0.8.
|
2
|
-
crackerjack-0.8.
|
3
|
-
crackerjack-0.8.
|
1
|
+
crackerjack-0.8.18.dist-info/METADATA,sha256=Y-G0-4av32YyOz9edm2LeRXnmFG7RwRkRXnxpigse2A,7753
|
2
|
+
crackerjack-0.8.18.dist-info/WHEEL,sha256=rSwsxJWe3vzyR5HCwjWXQruDgschpei4h_giTm0dJVE,90
|
3
|
+
crackerjack-0.8.18.dist-info/licenses/LICENSE,sha256=fDt371P6_6sCu7RyqiZH_AhT1LdN3sN1zjBtqEhDYCk,1531
|
4
4
|
crackerjack/.gitignore,sha256=7qePRaD8q-U6oV3gvgAcwFF8GudcRGAWf-Z-0IDqMaE,207
|
5
5
|
crackerjack/.libcst.codemod.yaml,sha256=a8DlErRAIPV1nE6QlyXPAzTOgkB24_spl2E9hphuf5s,772
|
6
|
-
crackerjack/.pre-commit-config.yaml,sha256=
|
6
|
+
crackerjack/.pre-commit-config.yaml,sha256=OmxlBzkbZu_Fjd_kHBZNMQHMfXJaFyG86rt1dwOzZG8,2167
|
7
7
|
crackerjack/.ruff_cache/.gitignore,sha256=aEiIwOuxfzdCmLZe4oB1JsBmCUxwG8x-u-HBCV9JT8E,1
|
8
8
|
crackerjack/.ruff_cache/0.1.11/3256171999636029978,sha256=-RLDsRf5uj09SyFQVzjwQ1HkTxjIRxNLLE24SEJxD4g,248
|
9
9
|
crackerjack/.ruff_cache/0.1.14/602324811142551221,sha256=HIYvldb69IHdMzquAA8JpzU2RDT9shEB_dPvzyeFZ_g,248
|
@@ -25,9 +25,10 @@ crackerjack/.ruff_cache/0.6.0/11982804814124138945,sha256=2lznSj8cCUgunSBia8roQ-
|
|
25
25
|
crackerjack/.ruff_cache/0.6.0/12055761203849489982,sha256=mGzYAukLYQmayZDp4bfHzWpif-GH48e9xi-CMcQDPrM,224
|
26
26
|
crackerjack/.ruff_cache/0.6.2/1206147804896221174,sha256=Pk8jauJiK81gV1Ox8gp-oUnAsGC2pn_zgOfhPnkM_Yk,224
|
27
27
|
crackerjack/.ruff_cache/0.6.4/1206147804896221174,sha256=R7O7kFH1eaafsVBj8Tae7ByBULoSlEHITtnjGHZzdo4,224
|
28
|
+
crackerjack/.ruff_cache/0.6.5/1206147804896221174,sha256=nnb6nWwDVgf1ka9tDmRNyrVOa5D0jWjXGo2SdIOrwE4,224
|
28
29
|
crackerjack/.ruff_cache/CACHEDIR.TAG,sha256=WVMVbX4MVkpCclExbq8m-IcOZIOuIZf5FrYw5Pk-Ma4,43
|
29
30
|
crackerjack/__init__.py,sha256=AuglbbJHkUJ2GdvyT0ca35ntexo1RkT2V6DgypoFeEk,121
|
30
31
|
crackerjack/__main__.py,sha256=W0KSo35_rmj_p4Zr2Q6FAvojiiPTmh5kjlggVNcOdac,1766
|
31
32
|
crackerjack/crackerjack.py,sha256=aoknG7btKND58d0Gb1Hde02NME7J64r7wvwV2TmxZDo,8440
|
32
|
-
crackerjack/pyproject.toml,sha256=
|
33
|
-
crackerjack-0.8.
|
33
|
+
crackerjack/pyproject.toml,sha256=QbK-vu06EtSmL1HzXls-DCkoshOKINzuWgCb8K2kprg,2935
|
34
|
+
crackerjack-0.8.18.dist-info/RECORD,,
|
File without changes
|
File without changes
|