crackerjack 0.8.2__tar.gz → 0.8.6__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.

Potentially problematic release.


This version of crackerjack might be problematic. Click here for more details.

Files changed (26) hide show
  1. {crackerjack-0.8.2 → crackerjack-0.8.6}/PKG-INFO +5 -5
  2. {crackerjack-0.8.2 → crackerjack-0.8.6}/crackerjack/.pre-commit-config.yaml +6 -6
  3. {crackerjack-0.8.2 → crackerjack-0.8.6}/crackerjack/pyproject.toml +19 -14
  4. {crackerjack-0.8.2 → crackerjack-0.8.6}/pyproject.toml +8 -12
  5. {crackerjack-0.8.2 → crackerjack-0.8.6}/LICENSE +0 -0
  6. {crackerjack-0.8.2 → crackerjack-0.8.6}/README.md +0 -0
  7. {crackerjack-0.8.2 → crackerjack-0.8.6}/crackerjack/.gitignore +0 -0
  8. {crackerjack-0.8.2 → crackerjack-0.8.6}/crackerjack/.libcst.codemod.yaml +0 -0
  9. {crackerjack-0.8.2 → crackerjack-0.8.6}/crackerjack/.ruff_cache/.gitignore +0 -0
  10. {crackerjack-0.8.2 → crackerjack-0.8.6}/crackerjack/.ruff_cache/0.1.11/3256171999636029978 +0 -0
  11. {crackerjack-0.8.2 → crackerjack-0.8.6}/crackerjack/.ruff_cache/0.1.14/602324811142551221 +0 -0
  12. {crackerjack-0.8.2 → crackerjack-0.8.6}/crackerjack/.ruff_cache/0.1.4/10355199064880463147 +0 -0
  13. {crackerjack-0.8.2 → crackerjack-0.8.6}/crackerjack/.ruff_cache/0.1.6/15140459877605758699 +0 -0
  14. {crackerjack-0.8.2 → crackerjack-0.8.6}/crackerjack/.ruff_cache/0.1.7/1790508110482614856 +0 -0
  15. {crackerjack-0.8.2 → crackerjack-0.8.6}/crackerjack/.ruff_cache/0.1.9/17041001205004563469 +0 -0
  16. {crackerjack-0.8.2 → crackerjack-0.8.6}/crackerjack/.ruff_cache/0.2.0/10047773857155985907 +0 -0
  17. {crackerjack-0.8.2 → crackerjack-0.8.6}/crackerjack/.ruff_cache/0.2.1/8522267973936635051 +0 -0
  18. {crackerjack-0.8.2 → crackerjack-0.8.6}/crackerjack/.ruff_cache/0.2.2/18053836298936336950 +0 -0
  19. {crackerjack-0.8.2 → crackerjack-0.8.6}/crackerjack/.ruff_cache/0.3.0/12548816621480535786 +0 -0
  20. {crackerjack-0.8.2 → crackerjack-0.8.6}/crackerjack/.ruff_cache/0.3.3/11081883392474770722 +0 -0
  21. {crackerjack-0.8.2 → crackerjack-0.8.6}/crackerjack/.ruff_cache/0.3.4/676973378459347183 +0 -0
  22. {crackerjack-0.8.2 → crackerjack-0.8.6}/crackerjack/.ruff_cache/0.3.5/16311176246009842383 +0 -0
  23. {crackerjack-0.8.2 → crackerjack-0.8.6}/crackerjack/.ruff_cache/CACHEDIR.TAG +0 -0
  24. {crackerjack-0.8.2 → crackerjack-0.8.6}/crackerjack/__init__.py +0 -0
  25. {crackerjack-0.8.2 → crackerjack-0.8.6}/crackerjack/__main__.py +0 -0
  26. {crackerjack-0.8.2 → crackerjack-0.8.6}/crackerjack/crackerjack.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: Crackerjack
3
- Version: 0.8.2
3
+ Version: 0.8.6
4
4
  Summary: Crackerjack code style
5
5
  Keywords: black,ruff,mypy,creosote,refurb
6
6
  Home-page: https://github.com/lesleslie/crackerjack
@@ -28,12 +28,12 @@ Requires-Dist: aioconsole>=0.7.1
28
28
  Requires-Dist: inflection>=0.5.1
29
29
  Requires-Dist: autotyping>=24.3.0
30
30
  Requires-Dist: pre-commit>=3.7.1
31
- Requires-Dist: pytest>=8.2.1
32
- Requires-Dist: pydantic>=2.7.2
31
+ Requires-Dist: pytest>=8.2.2
32
+ Requires-Dist: pydantic>=2.8.2
33
33
  Requires-Dist: aiopath>=0.7.7
34
- Requires-Dist: acb>=0.6.2
34
+ Requires-Dist: acb>=0.6.11
35
35
  Requires-Dist: pdm-bump>=0.9.0
36
- Requires-Dist: pdm>=2.15.4
36
+ Requires-Dist: pdm>=2.16.1
37
37
  Description-Content-Type: text/markdown
38
38
 
39
39
  # Crackerjack Python
@@ -1,6 +1,6 @@
1
1
  repos:
2
2
  - repo: https://github.com/pdm-project/pdm
3
- rev: 2.15.4 # a PDM release exposing the hook
3
+ rev: 2.16.1 # a PDM release exposing the hook
4
4
  hooks:
5
5
  - id: pdm-lock-check
6
6
  - repo: https://github.com/pre-commit/pre-commit-hooks
@@ -17,12 +17,12 @@ 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.4.7
20
+ rev: v0.5.1
21
21
  hooks:
22
22
  - id: ruff-format
23
23
  - id: ruff
24
24
  - repo: https://github.com/fredrikaverpil/creosote
25
- rev: v3.0.1
25
+ rev: v3.0.2
26
26
  hooks:
27
27
  - id: creosote
28
28
  - repo: https://github.com/ikamensh/flynt/
@@ -56,16 +56,16 @@ repos:
56
56
  hooks:
57
57
  - id: refurb
58
58
  - repo: https://github.com/PyCQA/bandit
59
- rev: '1.7.8'
59
+ rev: '1.7.9'
60
60
  hooks:
61
61
  - id: bandit
62
62
  args: ["-c", "pyproject.toml"]
63
63
  - repo: https://github.com/RobertCraigie/pyright-python
64
- rev: v1.1.365
64
+ rev: v1.1.371
65
65
  hooks:
66
66
  - id: pyright
67
67
  - repo: https://github.com/astral-sh/ruff-pre-commit
68
- rev: v0.4.7
68
+ rev: v0.5.1
69
69
  hooks:
70
70
  - id: ruff
71
71
  - id: ruff-format
@@ -1,8 +1,8 @@
1
- [tool.pdm.options]
2
- config = [
3
- "python.use_venv",
4
- "true",
5
- ]
1
+ #[tool.pdm.options]
2
+ #config = [
3
+ # "python.use_venv",
4
+ # "true",
5
+ #]
6
6
 
7
7
  [tool.pdm.dev-dependencies]
8
8
  dev = []
@@ -22,10 +22,6 @@ output-format = "full"
22
22
  [tool.ruff.format]
23
23
  docstring-code-format = true
24
24
 
25
- [tool.ruff.lint.isort]
26
- no-lines-before = ["first-party", "local-folder"]
27
- case-sensitive = false
28
-
29
25
  [tool.ruff.lint]
30
26
  ignore = [
31
27
  "F821",
@@ -44,6 +40,15 @@ extend-select = [
44
40
  "D",
45
41
  ]
46
42
 
43
+ [tool.ruff.lint.isort]
44
+ no-lines-before = [
45
+ "first-party",
46
+ "local-folder",
47
+ ]
48
+
49
+ [tool.ruff.lint.mccabe]
50
+ max-complexity = 11
51
+
47
52
  [tool.ruff.lint.pydocstyle]
48
53
  convention = "google"
49
54
 
@@ -93,7 +98,7 @@ pythonPlatform = "Darwin"
93
98
 
94
99
  [project]
95
100
  name = "Crackerjack"
96
- version = "0.8.1"
101
+ version = "0.8.5"
97
102
  description = "Crackerjack code style"
98
103
  requires-python = ">=3.12"
99
104
  readme = "README.md"
@@ -124,12 +129,12 @@ dependencies = [
124
129
  "inflection>=0.5.1",
125
130
  "autotyping>=24.3.0",
126
131
  "pre-commit>=3.7.1",
127
- "pytest>=8.2.1",
128
- "pydantic>=2.7.2",
132
+ "pytest>=8.2.2",
133
+ "pydantic>=2.8.2",
129
134
  "aiopath>=0.7.7",
130
- "acb>=0.6.2",
135
+ "acb>=0.6.11",
131
136
  "pdm-bump>=0.9.0",
132
- "pdm>=2.15.4",
137
+ "pdm>=2.16.1",
133
138
  ]
134
139
  authors = [
135
140
  { name = "lesleslie", email = "les@wedgwoodwebworks.com" },
@@ -1,9 +1,3 @@
1
- [tool.pdm.options]
2
- config = [
3
- "python.use_venv",
4
- "true",
5
- ]
6
-
7
1
  [tool.pdm.dev-dependencies]
8
2
  dev = []
9
3
 
@@ -45,7 +39,9 @@ no-lines-before = [
45
39
  "first-party",
46
40
  "local-folder",
47
41
  ]
48
- case-sensitive = false
42
+
43
+ [tool.ruff.lint.mccabe]
44
+ max-complexity = 11
49
45
 
50
46
  [tool.ruff.lint.pydocstyle]
51
47
  convention = "google"
@@ -96,7 +92,7 @@ pythonPlatform = "Darwin"
96
92
 
97
93
  [project]
98
94
  name = "Crackerjack"
99
- version = "0.8.2"
95
+ version = "0.8.6"
100
96
  description = "Crackerjack code style"
101
97
  requires-python = ">=3.12"
102
98
  readme = "README.md"
@@ -127,12 +123,12 @@ dependencies = [
127
123
  "inflection>=0.5.1",
128
124
  "autotyping>=24.3.0",
129
125
  "pre-commit>=3.7.1",
130
- "pytest>=8.2.1",
131
- "pydantic>=2.7.2",
126
+ "pytest>=8.2.2",
127
+ "pydantic>=2.8.2",
132
128
  "aiopath>=0.7.7",
133
- "acb>=0.6.2",
129
+ "acb>=0.6.11",
134
130
  "pdm-bump>=0.9.0",
135
- "pdm>=2.15.4",
131
+ "pdm>=2.16.1",
136
132
  ]
137
133
  authors = [
138
134
  { name = "lesleslie", email = "les@wedgwoodwebworks.com" },
File without changes
File without changes