dycw-pre-commit-hooks 0.9.5__tar.gz → 0.9.7__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.
- dycw_pre_commit_hooks-0.9.7/.envrc +3 -0
- {dycw_pre_commit_hooks-0.9.5 → dycw_pre_commit_hooks-0.9.7}/.pre-commit-config.yaml +2 -2
- {dycw_pre_commit_hooks-0.9.5 → dycw_pre_commit_hooks-0.9.7}/PKG-INFO +1 -1
- {dycw_pre_commit_hooks-0.9.5 → dycw_pre_commit_hooks-0.9.7}/pre_commit_hooks/__init__.py +1 -1
- {dycw_pre_commit_hooks-0.9.5 → dycw_pre_commit_hooks-0.9.7}/pre_commit_hooks/run_uv_pip_compile/__init__.py +5 -7
- {dycw_pre_commit_hooks-0.9.5 → dycw_pre_commit_hooks-0.9.7}/requirements.txt +20 -20
- dycw_pre_commit_hooks-0.9.5/.envrc +0 -1
- {dycw_pre_commit_hooks-0.9.5 → dycw_pre_commit_hooks-0.9.7}/.github/workflows/push.yml +0 -0
- {dycw_pre_commit_hooks-0.9.5 → dycw_pre_commit_hooks-0.9.7}/.gitignore +0 -0
- {dycw_pre_commit_hooks-0.9.5 → dycw_pre_commit_hooks-0.9.7}/.pre-commit-hooks.yaml +0 -0
- {dycw_pre_commit_hooks-0.9.5 → dycw_pre_commit_hooks-0.9.7}/.rgignore +0 -0
- {dycw_pre_commit_hooks-0.9.5 → dycw_pre_commit_hooks-0.9.7}/README.md +0 -0
- {dycw_pre_commit_hooks-0.9.5 → dycw_pre_commit_hooks-0.9.7}/pre_commit_hooks/common.py +0 -0
- {dycw_pre_commit_hooks-0.9.5 → dycw_pre_commit_hooks-0.9.7}/pre_commit_hooks/py.typed +0 -0
- {dycw_pre_commit_hooks-0.9.5 → dycw_pre_commit_hooks-0.9.7}/pre_commit_hooks/run_bump2version/__init__.py +0 -0
- {dycw_pre_commit_hooks-0.9.5 → dycw_pre_commit_hooks-0.9.7}/pre_commit_hooks/run_bump2version/__main__.py +0 -0
- {dycw_pre_commit_hooks-0.9.5 → dycw_pre_commit_hooks-0.9.7}/pre_commit_hooks/run_dockfmt/__init__.py +0 -0
- {dycw_pre_commit_hooks-0.9.5 → dycw_pre_commit_hooks-0.9.7}/pre_commit_hooks/run_dockfmt/__main__.py +0 -0
- {dycw_pre_commit_hooks-0.9.5 → dycw_pre_commit_hooks-0.9.7}/pre_commit_hooks/run_hatch_version/__init__.py +0 -0
- {dycw_pre_commit_hooks-0.9.5 → dycw_pre_commit_hooks-0.9.7}/pre_commit_hooks/run_hatch_version/__main__.py +0 -0
- {dycw_pre_commit_hooks-0.9.5 → dycw_pre_commit_hooks-0.9.7}/pre_commit_hooks/run_ruff_format/__init__.py +0 -0
- {dycw_pre_commit_hooks-0.9.5 → dycw_pre_commit_hooks-0.9.7}/pre_commit_hooks/run_ruff_format/__main__.py +0 -0
- {dycw_pre_commit_hooks-0.9.5 → dycw_pre_commit_hooks-0.9.7}/pre_commit_hooks/run_uv_pip_compile/__main__.py +0 -0
- {dycw_pre_commit_hooks-0.9.5 → dycw_pre_commit_hooks-0.9.7}/pyproject.toml +0 -0
- {dycw_pre_commit_hooks-0.9.5 → dycw_pre_commit_hooks-0.9.7}/tests/__init__.py +0 -0
- {dycw_pre_commit_hooks-0.9.5 → dycw_pre_commit_hooks-0.9.7}/tests/test_main.py +0 -0
- {dycw_pre_commit_hooks-0.9.5 → dycw_pre_commit_hooks-0.9.7}/try-repo/run-bump2version.sh +0 -0
- {dycw_pre_commit_hooks-0.9.5 → dycw_pre_commit_hooks-0.9.7}/try-repo/run-dockfmt.sh +0 -0
- {dycw_pre_commit_hooks-0.9.5 → dycw_pre_commit_hooks-0.9.7}/try-repo/run-hatch-version.sh +0 -0
- {dycw_pre_commit_hooks-0.9.5 → dycw_pre_commit_hooks-0.9.7}/try-repo/run-ruff-format.sh +0 -0
- {dycw_pre_commit_hooks-0.9.5 → dycw_pre_commit_hooks-0.9.7}/try-repo/run-uv-pip-compile.sh +0 -0
|
@@ -4,12 +4,12 @@ default_language_version:
|
|
|
4
4
|
repos:
|
|
5
5
|
# fixers
|
|
6
6
|
- repo: https://github.com/astral-sh/ruff-pre-commit
|
|
7
|
-
rev: v0.
|
|
7
|
+
rev: v0.3.0
|
|
8
8
|
hooks:
|
|
9
9
|
- id: ruff
|
|
10
10
|
args: [--fix]
|
|
11
11
|
- repo: https://github.com/dycw/pre-commit-hooks
|
|
12
|
-
rev: 0.9.
|
|
12
|
+
rev: 0.9.5
|
|
13
13
|
hooks:
|
|
14
14
|
- id: run-hatch-version
|
|
15
15
|
- id: run-ruff-format
|
|
@@ -46,17 +46,15 @@ def _run_uv_pip_compile(*, python_version: str | None) -> str:
|
|
|
46
46
|
"uv",
|
|
47
47
|
"pip",
|
|
48
48
|
"compile",
|
|
49
|
-
"--
|
|
50
|
-
"--no-emit-index-url",
|
|
51
|
-
"--no-emit-trusted-host",
|
|
52
|
-
f"--output-file={temp_file.as_posix()}",
|
|
49
|
+
"--extra=dev",
|
|
53
50
|
"--prerelease=disallow",
|
|
51
|
+
"--quiet",
|
|
52
|
+
f"--output-file={temp_file.as_posix()}",
|
|
53
|
+
"--upgrade",
|
|
54
54
|
]
|
|
55
55
|
+ ([] if python_version is None else [f"--python-version={python_version}"])
|
|
56
56
|
+ [
|
|
57
|
-
"
|
|
58
|
-
"--upgrade",
|
|
59
|
-
"pyproject.toml", # don't use absolute path
|
|
57
|
+
"pyproject.toml" # don't use absolute path
|
|
60
58
|
]
|
|
61
59
|
)
|
|
62
60
|
try:
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
# This file was autogenerated by uv v0.1.2 via the following command:
|
|
2
|
-
# uv pip compile --all-extras --no-emit-index-url --no-emit-trusted-host --output-file=requirements.txt --prerelease=disallow --quiet --upgrade pyproject.toml
|
|
3
|
-
anyio==4.
|
|
2
|
+
# uv pip compile --all-extras --no-emit-index-url --no-emit-trusted-host --output-file=requirements.txt --prerelease=disallow --python-version=3.10 --quiet --upgrade pyproject.toml
|
|
3
|
+
anyio==4.3.0
|
|
4
4
|
# via httpx
|
|
5
5
|
atomicwrites==1.4.1
|
|
6
6
|
# via dycw-utilities
|
|
7
7
|
beartype==0.17.2
|
|
8
8
|
# via dycw-utilities
|
|
9
|
-
bidict==0.23.
|
|
9
|
+
bidict==0.23.1
|
|
10
10
|
# via dycw-utilities
|
|
11
|
-
cachetools==5.3.
|
|
11
|
+
cachetools==5.3.3
|
|
12
12
|
# via dycw-utilities
|
|
13
13
|
certifi==2024.2.2
|
|
14
14
|
# via
|
|
@@ -23,7 +23,7 @@ click==8.1.7
|
|
|
23
23
|
# userpath
|
|
24
24
|
distlib==0.3.8
|
|
25
25
|
# via virtualenv
|
|
26
|
-
dycw-utilities==0.24.
|
|
26
|
+
dycw-utilities==0.24.40
|
|
27
27
|
editables==0.5
|
|
28
28
|
# via hatchling
|
|
29
29
|
exceptiongroup==1.2.0
|
|
@@ -43,13 +43,13 @@ hatch==1.9.3
|
|
|
43
43
|
# via dycw-utilities
|
|
44
44
|
hatchling==1.21.1
|
|
45
45
|
# via hatch
|
|
46
|
-
httpcore==1.0.
|
|
46
|
+
httpcore==1.0.4
|
|
47
47
|
# via httpx
|
|
48
|
-
httpx==0.
|
|
48
|
+
httpx==0.27.0
|
|
49
49
|
# via hatch
|
|
50
50
|
hyperlink==21.0.0
|
|
51
51
|
# via hatch
|
|
52
|
-
identify==2.5.
|
|
52
|
+
identify==2.5.35
|
|
53
53
|
# via pre-commit
|
|
54
54
|
idna==3.6
|
|
55
55
|
# via
|
|
@@ -62,7 +62,7 @@ iniconfig==2.0.0
|
|
|
62
62
|
# via pytest
|
|
63
63
|
jaraco-classes==3.3.1
|
|
64
64
|
# via keyring
|
|
65
|
-
keyring==24.3.
|
|
65
|
+
keyring==24.3.1
|
|
66
66
|
# via hatch
|
|
67
67
|
loguru==0.7.2
|
|
68
68
|
# via dycw-utilities
|
|
@@ -95,14 +95,14 @@ pluggy==1.4.0
|
|
|
95
95
|
# via
|
|
96
96
|
# hatchling
|
|
97
97
|
# pytest
|
|
98
|
-
pre-commit==3.6.
|
|
98
|
+
pre-commit==3.6.2
|
|
99
99
|
ptyprocess==0.7.0
|
|
100
100
|
# via pexpect
|
|
101
101
|
pygments==2.17.2
|
|
102
102
|
# via rich
|
|
103
103
|
pyhumps==3.8.0
|
|
104
104
|
# via dycw-utilities
|
|
105
|
-
pytest==8.0.
|
|
105
|
+
pytest==8.0.2
|
|
106
106
|
# via
|
|
107
107
|
# dycw-utilities
|
|
108
108
|
# pytest-instafail
|
|
@@ -119,15 +119,15 @@ pytest-xdist==3.5.0
|
|
|
119
119
|
# via dycw-utilities
|
|
120
120
|
pyyaml==6.0.1
|
|
121
121
|
# via pre-commit
|
|
122
|
-
rich==13.7.
|
|
122
|
+
rich==13.7.1
|
|
123
123
|
# via hatch
|
|
124
124
|
semver==3.0.2
|
|
125
125
|
# via dycw-utilities
|
|
126
|
-
setuptools==69.1.
|
|
126
|
+
setuptools==69.1.1
|
|
127
127
|
# via nodeenv
|
|
128
128
|
shellingham==1.5.4
|
|
129
129
|
# via hatch
|
|
130
|
-
sniffio==1.3.
|
|
130
|
+
sniffio==1.3.1
|
|
131
131
|
# via
|
|
132
132
|
# anyio
|
|
133
133
|
# httpx
|
|
@@ -138,21 +138,21 @@ tomli==2.0.1
|
|
|
138
138
|
# typed-settings
|
|
139
139
|
tomli-w==1.0.0
|
|
140
140
|
# via hatch
|
|
141
|
-
tomlkit==0.12.
|
|
141
|
+
tomlkit==0.12.4
|
|
142
142
|
# via hatch
|
|
143
143
|
tqdm==4.66.2
|
|
144
144
|
# via dycw-utilities
|
|
145
|
-
trove-classifiers==2024.
|
|
145
|
+
trove-classifiers==2024.2.23
|
|
146
146
|
# via hatchling
|
|
147
|
-
typed-settings==24.0
|
|
147
|
+
typed-settings==24.1.0
|
|
148
148
|
# via dycw-utilities
|
|
149
|
-
typing-extensions==4.
|
|
149
|
+
typing-extensions==4.10.0
|
|
150
150
|
# via
|
|
151
151
|
# anyio
|
|
152
152
|
# dycw-utilities
|
|
153
|
-
userpath==1.9.
|
|
153
|
+
userpath==1.9.2
|
|
154
154
|
# via hatch
|
|
155
|
-
virtualenv==20.25.
|
|
155
|
+
virtualenv==20.25.1
|
|
156
156
|
# via
|
|
157
157
|
# hatch
|
|
158
158
|
# pre-commit
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
layout pyenv 3.10.13
|
|
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
|
{dycw_pre_commit_hooks-0.9.5 → dycw_pre_commit_hooks-0.9.7}/pre_commit_hooks/run_dockfmt/__init__.py
RENAMED
|
File without changes
|
{dycw_pre_commit_hooks-0.9.5 → dycw_pre_commit_hooks-0.9.7}/pre_commit_hooks/run_dockfmt/__main__.py
RENAMED
|
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
|