crackerjack 0.7.34__tar.gz → 0.7.36__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.7.34 → crackerjack-0.7.36}/PKG-INFO +1 -1
  2. {crackerjack-0.7.34 → crackerjack-0.7.36}/crackerjack/.pre-commit-config.yaml +5 -5
  3. {crackerjack-0.7.34 → crackerjack-0.7.36}/crackerjack/crackerjack.py +2 -18
  4. {crackerjack-0.7.34 → crackerjack-0.7.36/crackerjack}/pyproject.toml +1 -1
  5. {crackerjack-0.7.34/crackerjack → crackerjack-0.7.36}/pyproject.toml +1 -1
  6. {crackerjack-0.7.34 → crackerjack-0.7.36}/LICENSE +0 -0
  7. {crackerjack-0.7.34 → crackerjack-0.7.36}/README.md +0 -0
  8. {crackerjack-0.7.34 → crackerjack-0.7.36}/crackerjack/.gitignore +0 -0
  9. {crackerjack-0.7.34 → crackerjack-0.7.36}/crackerjack/.libcst.codemod.yaml +0 -0
  10. {crackerjack-0.7.34 → crackerjack-0.7.36}/crackerjack/.ruff_cache/.gitignore +0 -0
  11. {crackerjack-0.7.34 → crackerjack-0.7.36}/crackerjack/.ruff_cache/0.1.11/3256171999636029978 +0 -0
  12. {crackerjack-0.7.34 → crackerjack-0.7.36}/crackerjack/.ruff_cache/0.1.14/602324811142551221 +0 -0
  13. {crackerjack-0.7.34 → crackerjack-0.7.36}/crackerjack/.ruff_cache/0.1.4/10355199064880463147 +0 -0
  14. {crackerjack-0.7.34 → crackerjack-0.7.36}/crackerjack/.ruff_cache/0.1.6/15140459877605758699 +0 -0
  15. {crackerjack-0.7.34 → crackerjack-0.7.36}/crackerjack/.ruff_cache/0.1.7/1790508110482614856 +0 -0
  16. {crackerjack-0.7.34 → crackerjack-0.7.36}/crackerjack/.ruff_cache/0.1.9/17041001205004563469 +0 -0
  17. {crackerjack-0.7.34 → crackerjack-0.7.36}/crackerjack/.ruff_cache/0.2.0/10047773857155985907 +0 -0
  18. {crackerjack-0.7.34 → crackerjack-0.7.36}/crackerjack/.ruff_cache/0.2.1/8522267973936635051 +0 -0
  19. {crackerjack-0.7.34 → crackerjack-0.7.36}/crackerjack/.ruff_cache/0.2.2/18053836298936336950 +0 -0
  20. {crackerjack-0.7.34 → crackerjack-0.7.36}/crackerjack/.ruff_cache/0.3.0/12548816621480535786 +0 -0
  21. {crackerjack-0.7.34 → crackerjack-0.7.36}/crackerjack/.ruff_cache/0.3.3/11081883392474770722 +0 -0
  22. {crackerjack-0.7.34 → crackerjack-0.7.36}/crackerjack/.ruff_cache/0.3.4/676973378459347183 +0 -0
  23. {crackerjack-0.7.34 → crackerjack-0.7.36}/crackerjack/.ruff_cache/0.3.5/16311176246009842383 +0 -0
  24. {crackerjack-0.7.34 → crackerjack-0.7.36}/crackerjack/.ruff_cache/CACHEDIR.TAG +0 -0
  25. {crackerjack-0.7.34 → crackerjack-0.7.36}/crackerjack/__init__.py +0 -0
  26. {crackerjack-0.7.34 → crackerjack-0.7.36}/crackerjack/__main__.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: Crackerjack
3
- Version: 0.7.34
3
+ Version: 0.7.36
4
4
  Summary: Crackerjack code style
5
5
  Keywords: black,ruff,mypy,creosote,refurb
6
6
  Home-page: https://github.com/lesleslie/crackerjack
@@ -1,6 +1,6 @@
1
1
  repos:
2
2
  - repo: https://github.com/pdm-project/pdm
3
- rev: 2.15.2 # a PDM release exposing the hook
3
+ rev: 2.15.4 # 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
@@ -21,7 +21,7 @@ repos:
21
21
  hooks:
22
22
  - id: black
23
23
  - repo: https://github.com/charliermarsh/ruff-pre-commit
24
- rev: v0.4.4
24
+ rev: v0.4.7
25
25
  hooks:
26
26
  - id: ruff
27
27
  - repo: https://github.com/fredrikaverpil/creosote
@@ -33,7 +33,7 @@ repos:
33
33
  hooks:
34
34
  - id: flynt
35
35
  - repo: https://github.com/codespell-project/codespell
36
- rev: v2.2.6
36
+ rev: v2.3.0
37
37
  hooks:
38
38
  - id: codespell
39
39
  additional_dependencies:
@@ -66,11 +66,11 @@ repos:
66
66
  - id: bandit
67
67
  args: ["-c", "pyproject.toml"]
68
68
  - repo: https://github.com/RobertCraigie/pyright-python
69
- rev: v1.1.363
69
+ rev: v1.1.365
70
70
  hooks:
71
71
  - id: pyright
72
72
  - repo: https://github.com/charliermarsh/ruff-pre-commit
73
- rev: v0.4.4
73
+ rev: v0.4.7
74
74
  hooks:
75
75
  - id: ruff
76
76
  - repo: https://github.com/psf/black
@@ -78,11 +78,7 @@ class Crackerjack(BaseModel, arbitrary_types_allowed=True):
78
78
  await dump.toml(pkg_toml_config, self.pkg_toml_path) # type: ignore
79
79
 
80
80
  async def copy_configs(self) -> None:
81
- config_files = (
82
- ".gitignore",
83
- ".pre-commit-config.yaml",
84
- ".libcst.codemod.yaml",
85
- )
81
+ config_files = (".gitignore", ".pre-commit-config.yaml", ".libcst.codemod.yaml")
86
82
  for config in config_files:
87
83
  config_path = self.our_path / config
88
84
  pkg_config_path = self.pkg_path / config
@@ -90,11 +86,6 @@ class Crackerjack(BaseModel, arbitrary_types_allowed=True):
90
86
  if self.pkg_path.stem == "crackerjack":
91
87
  await config_path.write_text(await pkg_config_path.read_text())
92
88
  continue
93
- config_text = await config_path.read_text()
94
- if config == ".gitignore":
95
- await pkg_config_path.write_text(
96
- config_text.replace("crackerjack", self.pkg_name)
97
- )
98
89
  run([str(self.config.git_path), "add", config])
99
90
 
100
91
  async def run_interactive(self, hook: str) -> None:
@@ -127,14 +118,7 @@ class Crackerjack(BaseModel, arbitrary_types_allowed=True):
127
118
  run([str(self.config.git_path), "add", "pyproject.toml"])
128
119
  run([str(self.config.git_path), "add", "pdm.lock"])
129
120
  run([str(self.config.pre_commit_path), "install"])
130
- run(
131
- [
132
- str(self.config.git_path),
133
- "config",
134
- "advice.addIgnoredFile",
135
- "false",
136
- ]
137
- )
121
+ run([str(self.config.git_path), "config", "advice.addIgnoredFile", "false"])
138
122
  await self.update_pyproject_configs()
139
123
 
140
124
  async def process(self, options: t.Any) -> None:
@@ -84,7 +84,7 @@ pythonPlatform = "Darwin"
84
84
 
85
85
  [project]
86
86
  name = "Crackerjack"
87
- version = "0.7.34"
87
+ version = "0.7.35"
88
88
  description = "Crackerjack code style"
89
89
  requires-python = ">=3.12"
90
90
  readme = "README.md"
@@ -84,7 +84,7 @@ pythonPlatform = "Darwin"
84
84
 
85
85
  [project]
86
86
  name = "Crackerjack"
87
- version = "0.7.33"
87
+ version = "0.7.36"
88
88
  description = "Crackerjack code style"
89
89
  requires-python = ">=3.12"
90
90
  readme = "README.md"
File without changes
File without changes