dycw-pre-commit-hooks 0.8.35__tar.gz → 0.8.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 dycw-pre-commit-hooks might be problematic. Click here for more details.

Files changed (32) hide show
  1. dycw_pre_commit_hooks-0.8.36/.envrc +1 -0
  2. {dycw_pre_commit_hooks-0.8.35 → dycw_pre_commit_hooks-0.8.36}/.pre-commit-config.yaml +3 -0
  3. {dycw_pre_commit_hooks-0.8.35 → dycw_pre_commit_hooks-0.8.36}/PKG-INFO +3 -3
  4. {dycw_pre_commit_hooks-0.8.35 → dycw_pre_commit_hooks-0.8.36}/pre_commit_hooks/__init__.py +1 -1
  5. {dycw_pre_commit_hooks-0.8.35 → dycw_pre_commit_hooks-0.8.36}/pyproject.toml +5 -5
  6. {dycw_pre_commit_hooks-0.8.35 → dycw_pre_commit_hooks-0.8.36}/requirements-dev.txt +4 -6
  7. {dycw_pre_commit_hooks-0.8.35 → dycw_pre_commit_hooks-0.8.36}/requirements.txt +2 -2
  8. dycw_pre_commit_hooks-0.8.35/.envrc +0 -1
  9. {dycw_pre_commit_hooks-0.8.35 → dycw_pre_commit_hooks-0.8.36}/.github/workflows/push.yml +0 -0
  10. {dycw_pre_commit_hooks-0.8.35 → dycw_pre_commit_hooks-0.8.36}/.gitignore +0 -0
  11. {dycw_pre_commit_hooks-0.8.35 → dycw_pre_commit_hooks-0.8.36}/.pre-commit-hooks.yaml +0 -0
  12. {dycw_pre_commit_hooks-0.8.35 → dycw_pre_commit_hooks-0.8.36}/.rgignore +0 -0
  13. {dycw_pre_commit_hooks-0.8.35 → dycw_pre_commit_hooks-0.8.36}/README.md +0 -0
  14. {dycw_pre_commit_hooks-0.8.35 → dycw_pre_commit_hooks-0.8.36}/pre_commit_hooks/common.py +0 -0
  15. {dycw_pre_commit_hooks-0.8.35 → dycw_pre_commit_hooks-0.8.36}/pre_commit_hooks/py.typed +0 -0
  16. {dycw_pre_commit_hooks-0.8.35 → dycw_pre_commit_hooks-0.8.36}/pre_commit_hooks/run_bump2version/__init__.py +0 -0
  17. {dycw_pre_commit_hooks-0.8.35 → dycw_pre_commit_hooks-0.8.36}/pre_commit_hooks/run_bump2version/__main__.py +0 -0
  18. {dycw_pre_commit_hooks-0.8.35 → dycw_pre_commit_hooks-0.8.36}/pre_commit_hooks/run_dockfmt/__init__.py +0 -0
  19. {dycw_pre_commit_hooks-0.8.35 → dycw_pre_commit_hooks-0.8.36}/pre_commit_hooks/run_dockfmt/__main__.py +0 -0
  20. {dycw_pre_commit_hooks-0.8.35 → dycw_pre_commit_hooks-0.8.36}/pre_commit_hooks/run_hatch_version/__init__.py +0 -0
  21. {dycw_pre_commit_hooks-0.8.35 → dycw_pre_commit_hooks-0.8.36}/pre_commit_hooks/run_hatch_version/__main__.py +0 -0
  22. {dycw_pre_commit_hooks-0.8.35 → dycw_pre_commit_hooks-0.8.36}/pre_commit_hooks/run_pip_compile/__init__.py +0 -0
  23. {dycw_pre_commit_hooks-0.8.35 → dycw_pre_commit_hooks-0.8.36}/pre_commit_hooks/run_pip_compile/__main__.py +0 -0
  24. {dycw_pre_commit_hooks-0.8.35 → dycw_pre_commit_hooks-0.8.36}/pre_commit_hooks/run_ruff_format/__init__.py +0 -0
  25. {dycw_pre_commit_hooks-0.8.35 → dycw_pre_commit_hooks-0.8.36}/pre_commit_hooks/run_ruff_format/__main__.py +0 -0
  26. {dycw_pre_commit_hooks-0.8.35 → dycw_pre_commit_hooks-0.8.36}/tests/__init__.py +0 -0
  27. {dycw_pre_commit_hooks-0.8.35 → dycw_pre_commit_hooks-0.8.36}/tests/test_main.py +0 -0
  28. {dycw_pre_commit_hooks-0.8.35 → dycw_pre_commit_hooks-0.8.36}/try-repo/run-bump2version.sh +0 -0
  29. {dycw_pre_commit_hooks-0.8.35 → dycw_pre_commit_hooks-0.8.36}/try-repo/run-dockfmt.sh +0 -0
  30. {dycw_pre_commit_hooks-0.8.35 → dycw_pre_commit_hooks-0.8.36}/try-repo/run-hatch-version.sh +0 -0
  31. {dycw_pre_commit_hooks-0.8.35 → dycw_pre_commit_hooks-0.8.36}/try-repo/run-pip-compile.sh +0 -0
  32. {dycw_pre_commit_hooks-0.8.35 → dycw_pre_commit_hooks-0.8.36}/try-repo/run-ruff-format.sh +0 -0
@@ -0,0 +1 @@
1
+ layout pyenv 3.10.13
@@ -1,3 +1,6 @@
1
+ default_language_version:
2
+ python: python3.10
3
+
1
4
  repos:
2
5
  # fixers
3
6
  - repo: https://github.com/astral-sh/ruff-pre-commit
@@ -1,9 +1,9 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: dycw-pre-commit-hooks
3
- Version: 0.8.35
3
+ Version: 0.8.36
4
4
  Author-email: Derek Wan <d.wan@icloud.com>
5
- Requires-Python: >=3.11
6
- Requires-Dist: dycw-utilities[click,loguru,semver]<0.24,>=0.23.8
5
+ Requires-Python: >=3.10
6
+ Requires-Dist: dycw-utilities[click,loguru,semver]<0.24,>=0.23.9
7
7
  Requires-Dist: semver<3.1,>=3.0.2
8
8
  Requires-Dist: tomlkit<0.13,>=0.12.3
9
9
  Requires-Dist: xdg<6.1,>=6.0.0
@@ -1,3 +1,3 @@
1
1
  from __future__ import annotations
2
2
 
3
- __version__ = "0.8.35"
3
+ __version__ = "0.8.36"
@@ -9,7 +9,7 @@ requires = ["hatchling"]
9
9
  [project]
10
10
  authors = [{name = "Derek Wan", email = "d.wan@icloud.com"}]
11
11
  dependencies = [
12
- "dycw-utilities[click,loguru,semver] >= 0.23.8, < 0.24",
12
+ "dycw-utilities[click,loguru,semver] >= 0.23.9, < 0.24",
13
13
  "semver >= 3.0.2, < 3.1",
14
14
  "tomlkit >= 0.12.3, < 0.13",
15
15
  "xdg >= 6.0.0, < 6.1",
@@ -17,7 +17,7 @@ dependencies = [
17
17
  dynamic = ["version"]
18
18
  name = "dycw-pre-commit-hooks"
19
19
  readme = "README.md"
20
- requires-python = ">= 3.11"
20
+ requires-python = ">= 3.10"
21
21
 
22
22
  [project.optional-dependencies]
23
23
  dev = ["dycw-utilities[hatch,test]", "pip-tools", "pre-commit"]
@@ -61,7 +61,7 @@ path = "src/pre_commit_hooks/__init__.py"
61
61
  # nitpick
62
62
  [tool.nitpick]
63
63
  style = [
64
- "https://raw.githubusercontent.com/dycw/nitpick/master/styles/3.11.toml",
64
+ "https://raw.githubusercontent.com/dycw/nitpick/master/styles/3.10.toml",
65
65
  "https://raw.githubusercontent.com/dycw/nitpick/master/styles/common.toml",
66
66
  "https://raw.githubusercontent.com/dycw/nitpick/master/styles/pip-compile-no-hashes.toml",
67
67
  ]
@@ -71,7 +71,7 @@ style = [
71
71
  exclude = ["**/__pycache__", ".direnv", ".git"]
72
72
  executionEnvironments = [{root = "src"}]
73
73
  include = ["src"]
74
- pythonVersion = "3.11"
74
+ pythonVersion = "3.10"
75
75
  reportImplicitOverride = "error"
76
76
  reportImportCycles = "error"
77
77
  reportMissingSuperCall = "error"
@@ -170,7 +170,7 @@ select = [
170
170
  "YTT", # flake8-2020
171
171
  ]
172
172
  src = ["src"]
173
- target-version = "py311"
173
+ target-version = "py310"
174
174
 
175
175
  [tool.ruff.lint.extend-per-file-ignores]
176
176
  "src/tests/**/*.py" = [
@@ -1,5 +1,5 @@
1
1
  #
2
- # This file is autogenerated by pip-compile with Python 3.11
2
+ # This file is autogenerated by pip-compile with Python 3.12
3
3
  # by the following command:
4
4
  #
5
5
  # pip-compile --allow-unsafe --extra=dev --output-file=requirements-dev.txt pyproject.toml
@@ -30,12 +30,14 @@ click==8.1.7
30
30
  # userpath
31
31
  distlib==0.3.8
32
32
  # via virtualenv
33
- dycw-utilities[click,hatch,loguru,semver,test]==0.23.8
33
+ dycw-utilities[click,hatch,loguru,semver,test]==0.23.9
34
34
  # via
35
35
  # dycw-pre-commit-hooks (pyproject.toml)
36
36
  # dycw-utilities
37
37
  editables==0.5
38
38
  # via hatchling
39
+ exceptiongroup==1.2.0
40
+ # via dycw-utilities
39
41
  execnet==2.0.2
40
42
  # via pytest-xdist
41
43
  filelock==3.13.1
@@ -61,8 +63,6 @@ idna==3.6
61
63
  # anyio
62
64
  # httpx
63
65
  # hyperlink
64
- importlib-metadata==7.0.1
65
- # via keyring
66
66
  iniconfig==2.0.0
67
67
  # via pytest
68
68
  jaraco-classes==3.3.0
@@ -163,8 +163,6 @@ wheel==0.42.0
163
163
  # via pip-tools
164
164
  xdg==6.0.0
165
165
  # via dycw-pre-commit-hooks (pyproject.toml)
166
- zipp==3.17.0
167
- # via importlib-metadata
168
166
  zstandard==0.22.0
169
167
  # via hatch
170
168
 
@@ -1,5 +1,5 @@
1
1
  #
2
- # This file is autogenerated by pip-compile with Python 3.11
2
+ # This file is autogenerated by pip-compile with Python 3.12
3
3
  # by the following command:
4
4
  #
5
5
  # pip-compile --allow-unsafe pyproject.toml
@@ -14,7 +14,7 @@ cachetools==5.3.2
14
14
  # via dycw-utilities
15
15
  click==8.1.7
16
16
  # via dycw-utilities
17
- dycw-utilities[click,loguru,semver]==0.23.8
17
+ dycw-utilities[click,loguru,semver]==0.23.9
18
18
  # via
19
19
  # dycw-pre-commit-hooks (pyproject.toml)
20
20
  # dycw-utilities
@@ -1 +0,0 @@
1
- layout pyenv 3.11.6