pyproject-pre-commit 0.4.0__tar.gz → 0.4.1__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.
- {pyproject_pre_commit-0.4.0 → pyproject_pre_commit-0.4.1}/.pre-commit-hooks.yaml +12 -0
- {pyproject_pre_commit-0.4.0 → pyproject_pre_commit-0.4.1}/PKG-INFO +1 -1
- {pyproject_pre_commit-0.4.0 → pyproject_pre_commit-0.4.1}/pyproject.toml +1 -1
- {pyproject_pre_commit-0.4.0 → pyproject_pre_commit-0.4.1}/uv.lock +62 -61
- {pyproject_pre_commit-0.4.0 → pyproject_pre_commit-0.4.1}/.github/FUNDING.yml +0 -0
- {pyproject_pre_commit-0.4.0 → pyproject_pre_commit-0.4.1}/.github/workflows/pypi.yml +0 -0
- {pyproject_pre_commit-0.4.0 → pyproject_pre_commit-0.4.1}/.github/workflows/test.yml +0 -0
- {pyproject_pre_commit-0.4.0 → pyproject_pre_commit-0.4.1}/.gitignore +0 -0
- {pyproject_pre_commit-0.4.0 → pyproject_pre_commit-0.4.1}/.mise.toml +0 -0
- {pyproject_pre_commit-0.4.0 → pyproject_pre_commit-0.4.1}/.pre-commit-config.yaml +0 -0
- {pyproject_pre_commit-0.4.0 → pyproject_pre_commit-0.4.1}/LICENSE +0 -0
- {pyproject_pre_commit-0.4.0 → pyproject_pre_commit-0.4.1}/README.md +0 -0
- {pyproject_pre_commit-0.4.0 → pyproject_pre_commit-0.4.1}/renovate.json +0 -0
- {pyproject_pre_commit-0.4.0 → pyproject_pre_commit-0.4.1}/src/pyproject_pre_commit/__init__.py +0 -0
- {pyproject_pre_commit-0.4.0 → pyproject_pre_commit-0.4.1}/src/pyproject_pre_commit/__version__.py +0 -0
- {pyproject_pre_commit-0.4.0 → pyproject_pre_commit-0.4.1}/src/pyproject_pre_commit/py.typed +0 -0
- {pyproject_pre_commit-0.4.0 → pyproject_pre_commit-0.4.1}/src/pyproject_pre_commit/pyproject_pre_commit.py +0 -0
- {pyproject_pre_commit-0.4.0 → pyproject_pre_commit-0.4.1}/tests/__init__.py +0 -0
- {pyproject_pre_commit-0.4.0 → pyproject_pre_commit-0.4.1}/tests/test_pyproject_pre_commit.py +0 -0
- {pyproject_pre_commit-0.4.0 → pyproject_pre_commit-0.4.1}/tests/test_version.py +0 -0
@@ -217,6 +217,18 @@
|
|
217
217
|
- jupyter
|
218
218
|
pass_filenames: false
|
219
219
|
require_serial: true
|
220
|
+
- id: dmypy
|
221
|
+
name: dmypy
|
222
|
+
description: Mypy daemon (mypy server)
|
223
|
+
entry: dmypy run
|
224
|
+
language: system
|
225
|
+
types_or:
|
226
|
+
- python
|
227
|
+
- pyi
|
228
|
+
- cython
|
229
|
+
- jupyter
|
230
|
+
pass_filenames: false
|
231
|
+
require_serial: true
|
220
232
|
- id: numpydoc-validation
|
221
233
|
# https://github.com/numpy/numpydoc
|
222
234
|
name: numpydoc-validation
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: pyproject-pre-commit
|
3
|
-
Version: 0.4.
|
3
|
+
Version: 0.4.1
|
4
4
|
Summary: pre-commit hooks for python projects using pyproject.toml.
|
5
5
|
Project-URL: Repository, https://github.com/rcmdnk/pyproject-pre-commit
|
6
6
|
Project-URL: Documentation, https://github.com/rcmdnk/pyproject-pre-commit
|
@@ -72,11 +72,11 @@ wheels = [
|
|
72
72
|
|
73
73
|
[[package]]
|
74
74
|
name = "babel"
|
75
|
-
version = "2.
|
75
|
+
version = "2.17.0"
|
76
76
|
source = { registry = "https://pypi.org/simple" }
|
77
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
77
|
+
sdist = { url = "https://files.pythonhosted.org/packages/7d/6b/d52e42361e1aa00709585ecc30b3f9684b3ab62530771402248b1b1d6240/babel-2.17.0.tar.gz", hash = "sha256:0c54cffb19f690cdcc52a3b50bcbf71e07a808d1c80d549f2459b9d2cf0afb9d", size = 9951852 }
|
78
78
|
wheels = [
|
79
|
-
{ url = "https://files.pythonhosted.org/packages/
|
79
|
+
{ url = "https://files.pythonhosted.org/packages/b7/b8/3fe70c75fe32afc4bb507f75563d39bc5642255d1d94f1f23604725780bf/babel-2.17.0-py3-none-any.whl", hash = "sha256:4d0b53093fdfb4b21c92b5213dba5a1b23885afa8383709427046b21c366e5f2", size = 10182537 },
|
80
80
|
]
|
81
81
|
|
82
82
|
[[package]]
|
@@ -101,19 +101,20 @@ toml = [
|
|
101
101
|
|
102
102
|
[[package]]
|
103
103
|
name = "beautifulsoup4"
|
104
|
-
version = "4.
|
104
|
+
version = "4.13.1"
|
105
105
|
source = { registry = "https://pypi.org/simple" }
|
106
106
|
dependencies = [
|
107
107
|
{ name = "soupsieve" },
|
108
|
+
{ name = "typing-extensions" },
|
108
109
|
]
|
109
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
110
|
+
sdist = { url = "https://files.pythonhosted.org/packages/58/f3/d90227cc52f7b8fcd0f2af804f56e55edf8dd07036b681a2809e3245318b/beautifulsoup4-4.13.1.tar.gz", hash = "sha256:741c8b6903a1e4ae8ba32b9c9ae7510dab7a197fdbadcf9fcdeb0891ef5ec66a", size = 618295 }
|
110
111
|
wheels = [
|
111
|
-
{ url = "https://files.pythonhosted.org/packages/
|
112
|
+
{ url = "https://files.pythonhosted.org/packages/18/75/899bf9b6270b2ce5e8f01b8da121b29e4b88256feb2cf6c6418d4cc42130/beautifulsoup4-4.13.1-py3-none-any.whl", hash = "sha256:72465267014897bb10ca749bb632bde6c2d20f3254afd5458544bd74e6c2e6d8", size = 185056 },
|
112
113
|
]
|
113
114
|
|
114
115
|
[[package]]
|
115
116
|
name = "black"
|
116
|
-
version = "
|
117
|
+
version = "25.1.0"
|
117
118
|
source = { registry = "https://pypi.org/simple" }
|
118
119
|
dependencies = [
|
119
120
|
{ name = "click" },
|
@@ -124,29 +125,29 @@ dependencies = [
|
|
124
125
|
{ name = "tomli", marker = "python_full_version < '3.11'" },
|
125
126
|
{ name = "typing-extensions", marker = "python_full_version < '3.11'" },
|
126
127
|
]
|
127
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
128
|
-
wheels = [
|
129
|
-
{ url = "https://files.pythonhosted.org/packages/
|
130
|
-
{ url = "https://files.pythonhosted.org/packages/
|
131
|
-
{ url = "https://files.pythonhosted.org/packages/
|
132
|
-
{ url = "https://files.pythonhosted.org/packages/
|
133
|
-
{ url = "https://files.pythonhosted.org/packages/
|
134
|
-
{ url = "https://files.pythonhosted.org/packages/
|
135
|
-
{ url = "https://files.pythonhosted.org/packages/
|
136
|
-
{ url = "https://files.pythonhosted.org/packages/
|
137
|
-
{ url = "https://files.pythonhosted.org/packages/
|
138
|
-
{ url = "https://files.pythonhosted.org/packages/
|
139
|
-
{ url = "https://files.pythonhosted.org/packages/
|
140
|
-
{ url = "https://files.pythonhosted.org/packages/
|
141
|
-
{ url = "https://files.pythonhosted.org/packages/
|
142
|
-
{ url = "https://files.pythonhosted.org/packages/
|
143
|
-
{ url = "https://files.pythonhosted.org/packages/
|
144
|
-
{ url = "https://files.pythonhosted.org/packages/
|
145
|
-
{ url = "https://files.pythonhosted.org/packages/
|
146
|
-
{ url = "https://files.pythonhosted.org/packages/
|
147
|
-
{ url = "https://files.pythonhosted.org/packages/
|
148
|
-
{ url = "https://files.pythonhosted.org/packages/
|
149
|
-
{ url = "https://files.pythonhosted.org/packages/
|
128
|
+
sdist = { url = "https://files.pythonhosted.org/packages/94/49/26a7b0f3f35da4b5a65f081943b7bcd22d7002f5f0fb8098ec1ff21cb6ef/black-25.1.0.tar.gz", hash = "sha256:33496d5cd1222ad73391352b4ae8da15253c5de89b93a80b3e2c8d9a19ec2666", size = 649449 }
|
129
|
+
wheels = [
|
130
|
+
{ url = "https://files.pythonhosted.org/packages/4d/3b/4ba3f93ac8d90410423fdd31d7541ada9bcee1df32fb90d26de41ed40e1d/black-25.1.0-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:759e7ec1e050a15f89b770cefbf91ebee8917aac5c20483bc2d80a6c3a04df32", size = 1629419 },
|
131
|
+
{ url = "https://files.pythonhosted.org/packages/b4/02/0bde0485146a8a5e694daed47561785e8b77a0466ccc1f3e485d5ef2925e/black-25.1.0-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:0e519ecf93120f34243e6b0054db49c00a35f84f195d5bce7e9f5cfc578fc2da", size = 1461080 },
|
132
|
+
{ url = "https://files.pythonhosted.org/packages/52/0e/abdf75183c830eaca7589144ff96d49bce73d7ec6ad12ef62185cc0f79a2/black-25.1.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:055e59b198df7ac0b7efca5ad7ff2516bca343276c466be72eb04a3bcc1f82d7", size = 1766886 },
|
133
|
+
{ url = "https://files.pythonhosted.org/packages/dc/a6/97d8bb65b1d8a41f8a6736222ba0a334db7b7b77b8023ab4568288f23973/black-25.1.0-cp310-cp310-win_amd64.whl", hash = "sha256:db8ea9917d6f8fc62abd90d944920d95e73c83a5ee3383493e35d271aca872e9", size = 1419404 },
|
134
|
+
{ url = "https://files.pythonhosted.org/packages/7e/4f/87f596aca05c3ce5b94b8663dbfe242a12843caaa82dd3f85f1ffdc3f177/black-25.1.0-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:a39337598244de4bae26475f77dda852ea00a93bd4c728e09eacd827ec929df0", size = 1614372 },
|
135
|
+
{ url = "https://files.pythonhosted.org/packages/e7/d0/2c34c36190b741c59c901e56ab7f6e54dad8df05a6272a9747ecef7c6036/black-25.1.0-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:96c1c7cd856bba8e20094e36e0f948718dc688dba4a9d78c3adde52b9e6c2299", size = 1442865 },
|
136
|
+
{ url = "https://files.pythonhosted.org/packages/21/d4/7518c72262468430ead45cf22bd86c883a6448b9eb43672765d69a8f1248/black-25.1.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:bce2e264d59c91e52d8000d507eb20a9aca4a778731a08cfff7e5ac4a4bb7096", size = 1749699 },
|
137
|
+
{ url = "https://files.pythonhosted.org/packages/58/db/4f5beb989b547f79096e035c4981ceb36ac2b552d0ac5f2620e941501c99/black-25.1.0-cp311-cp311-win_amd64.whl", hash = "sha256:172b1dbff09f86ce6f4eb8edf9dede08b1fce58ba194c87d7a4f1a5aa2f5b3c2", size = 1428028 },
|
138
|
+
{ url = "https://files.pythonhosted.org/packages/83/71/3fe4741df7adf015ad8dfa082dd36c94ca86bb21f25608eb247b4afb15b2/black-25.1.0-cp312-cp312-macosx_10_13_x86_64.whl", hash = "sha256:4b60580e829091e6f9238c848ea6750efed72140b91b048770b64e74fe04908b", size = 1650988 },
|
139
|
+
{ url = "https://files.pythonhosted.org/packages/13/f3/89aac8a83d73937ccd39bbe8fc6ac8860c11cfa0af5b1c96d081facac844/black-25.1.0-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:1e2978f6df243b155ef5fa7e558a43037c3079093ed5d10fd84c43900f2d8ecc", size = 1453985 },
|
140
|
+
{ url = "https://files.pythonhosted.org/packages/6f/22/b99efca33f1f3a1d2552c714b1e1b5ae92efac6c43e790ad539a163d1754/black-25.1.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:3b48735872ec535027d979e8dcb20bf4f70b5ac75a8ea99f127c106a7d7aba9f", size = 1783816 },
|
141
|
+
{ url = "https://files.pythonhosted.org/packages/18/7e/a27c3ad3822b6f2e0e00d63d58ff6299a99a5b3aee69fa77cd4b0076b261/black-25.1.0-cp312-cp312-win_amd64.whl", hash = "sha256:ea0213189960bda9cf99be5b8c8ce66bb054af5e9e861249cd23471bd7b0b3ba", size = 1440860 },
|
142
|
+
{ url = "https://files.pythonhosted.org/packages/98/87/0edf98916640efa5d0696e1abb0a8357b52e69e82322628f25bf14d263d1/black-25.1.0-cp313-cp313-macosx_10_13_x86_64.whl", hash = "sha256:8f0b18a02996a836cc9c9c78e5babec10930862827b1b724ddfe98ccf2f2fe4f", size = 1650673 },
|
143
|
+
{ url = "https://files.pythonhosted.org/packages/52/e5/f7bf17207cf87fa6e9b676576749c6b6ed0d70f179a3d812c997870291c3/black-25.1.0-cp313-cp313-macosx_11_0_arm64.whl", hash = "sha256:afebb7098bfbc70037a053b91ae8437c3857482d3a690fefc03e9ff7aa9a5fd3", size = 1453190 },
|
144
|
+
{ url = "https://files.pythonhosted.org/packages/e3/ee/adda3d46d4a9120772fae6de454c8495603c37c4c3b9c60f25b1ab6401fe/black-25.1.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:030b9759066a4ee5e5aca28c3c77f9c64789cdd4de8ac1df642c40b708be6171", size = 1782926 },
|
145
|
+
{ url = "https://files.pythonhosted.org/packages/cc/64/94eb5f45dcb997d2082f097a3944cfc7fe87e071907f677e80788a2d7b7a/black-25.1.0-cp313-cp313-win_amd64.whl", hash = "sha256:a22f402b410566e2d1c950708c77ebf5ebd5d0d88a6a2e87c86d9fb48afa0d18", size = 1442613 },
|
146
|
+
{ url = "https://files.pythonhosted.org/packages/d3/b6/ae7507470a4830dbbfe875c701e84a4a5fb9183d1497834871a715716a92/black-25.1.0-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:a1ee0a0c330f7b5130ce0caed9936a904793576ef4d2b98c40835d6a65afa6a0", size = 1628593 },
|
147
|
+
{ url = "https://files.pythonhosted.org/packages/24/c1/ae36fa59a59f9363017ed397750a0cd79a470490860bc7713967d89cdd31/black-25.1.0-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:f3df5f1bf91d36002b0a75389ca8663510cf0531cca8aa5c1ef695b46d98655f", size = 1460000 },
|
148
|
+
{ url = "https://files.pythonhosted.org/packages/ac/b6/98f832e7a6c49aa3a464760c67c7856363aa644f2f3c74cf7d624168607e/black-25.1.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:d9e6827d563a2c820772b32ce8a42828dc6790f095f441beef18f96aa6f8294e", size = 1765963 },
|
149
|
+
{ url = "https://files.pythonhosted.org/packages/ce/e9/2cb0a017eb7024f70e0d2e9bdb8c5a5b078c5740c7f8816065d06f04c557/black-25.1.0-cp39-cp39-win_amd64.whl", hash = "sha256:bacabb307dca5ebaf9c118d2d2f6903da0d62c9faa82bd21a33eecc319559355", size = 1419419 },
|
150
|
+
{ url = "https://files.pythonhosted.org/packages/09/71/54e999902aed72baf26bca0d50781b01838251a462612966e9fc4891eadd/black-25.1.0-py3-none-any.whl", hash = "sha256:95e8176dae143ba9097f351d174fdaf0ccd29efb414b362ae3fd72bf0f710717", size = 207646 },
|
150
151
|
]
|
151
152
|
|
152
153
|
[[package]]
|
@@ -163,11 +164,11 @@ wheels = [
|
|
163
164
|
|
164
165
|
[[package]]
|
165
166
|
name = "certifi"
|
166
|
-
version = "
|
167
|
+
version = "2025.1.31"
|
167
168
|
source = { registry = "https://pypi.org/simple" }
|
168
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
169
|
+
sdist = { url = "https://files.pythonhosted.org/packages/1c/ab/c9f1e32b7b1bf505bf26f0ef697775960db7932abeb7b516de930ba2705f/certifi-2025.1.31.tar.gz", hash = "sha256:3d5da6925056f6f18f119200434a4780a94263f10d1c21d032a6f6b2baa20651", size = 167577 }
|
169
170
|
wheels = [
|
170
|
-
{ url = "https://files.pythonhosted.org/packages/
|
171
|
+
{ url = "https://files.pythonhosted.org/packages/38/fc/bce832fd4fd99766c04d1ee0eead6b0ec6486fb100ae5e74c1d91292b982/certifi-2025.1.31-py3-none-any.whl", hash = "sha256:ca78db4565a652026a4db2bcdf68f2fb589ea80d0be70e03929ed730746b84fe", size = 166393 },
|
171
172
|
]
|
172
173
|
|
173
174
|
[[package]]
|
@@ -618,7 +619,7 @@ name = "importlib-metadata"
|
|
618
619
|
version = "8.6.1"
|
619
620
|
source = { registry = "https://pypi.org/simple" }
|
620
621
|
dependencies = [
|
621
|
-
{ name = "zipp"
|
622
|
+
{ name = "zipp" },
|
622
623
|
]
|
623
624
|
sdist = { url = "https://files.pythonhosted.org/packages/33/08/c1395a292bb23fd03bdf572a1357c5a733d3eecbab877641ceacab23db6e/importlib_metadata-8.6.1.tar.gz", hash = "sha256:310b41d755445d74569f993ccfc22838295d9fe005425094fad953d7f15c8580", size = 55767 }
|
624
625
|
wheels = [
|
@@ -636,11 +637,11 @@ wheels = [
|
|
636
637
|
|
637
638
|
[[package]]
|
638
639
|
name = "isort"
|
639
|
-
version = "
|
640
|
+
version = "6.0.0"
|
640
641
|
source = { registry = "https://pypi.org/simple" }
|
641
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
642
|
+
sdist = { url = "https://files.pythonhosted.org/packages/1c/28/b382d1656ac0ee4cef4bf579b13f9c6c813bff8a5cb5996669592c8c75fa/isort-6.0.0.tar.gz", hash = "sha256:75d9d8a1438a9432a7d7b54f2d3b45cad9a4a0fdba43617d9873379704a8bdf1", size = 828356 }
|
642
643
|
wheels = [
|
643
|
-
{ url = "https://files.pythonhosted.org/packages/
|
644
|
+
{ url = "https://files.pythonhosted.org/packages/76/c7/d6017f09ae5b1206fbe531f7af3b6dac1f67aedcbd2e79f3b386c27955d6/isort-6.0.0-py3-none-any.whl", hash = "sha256:567954102bb47bb12e0fae62606570faacddd441e45683968c8d1734fb1af892", size = 94053 },
|
644
645
|
]
|
645
646
|
|
646
647
|
[[package]]
|
@@ -756,16 +757,16 @@ wheels = [
|
|
756
757
|
|
757
758
|
[[package]]
|
758
759
|
name = "mdformat"
|
759
|
-
version = "0.7.
|
760
|
+
version = "0.7.22"
|
760
761
|
source = { registry = "https://pypi.org/simple" }
|
761
762
|
dependencies = [
|
762
763
|
{ name = "importlib-metadata", marker = "python_full_version < '3.10'" },
|
763
764
|
{ name = "markdown-it-py" },
|
764
765
|
{ name = "tomli", marker = "python_full_version < '3.11'" },
|
765
766
|
]
|
766
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
767
|
+
sdist = { url = "https://files.pythonhosted.org/packages/fc/eb/b5cbf2484411af039a3d4aeb53a5160fae25dd8c84af6a4243bc2f3fedb3/mdformat-0.7.22.tar.gz", hash = "sha256:eef84fa8f233d3162734683c2a8a6222227a229b9206872e6139658d99acb1ea", size = 34610 }
|
767
768
|
wheels = [
|
768
|
-
{ url = "https://files.pythonhosted.org/packages/
|
769
|
+
{ url = "https://files.pythonhosted.org/packages/f2/6f/94a7344f6d634fe3563bea8b33bccedee37f2726f7807e9a58440dc91627/mdformat-0.7.22-py3-none-any.whl", hash = "sha256:61122637c9e1d9be1329054f3fa216559f0d1f722b7919b060a8c2a4ae1850e5", size = 34447 },
|
769
770
|
]
|
770
771
|
|
771
772
|
[[package]]
|
@@ -1509,27 +1510,27 @@ wheels = [
|
|
1509
1510
|
|
1510
1511
|
[[package]]
|
1511
1512
|
name = "ruff"
|
1512
|
-
version = "0.9.
|
1513
|
-
source = { registry = "https://pypi.org/simple" }
|
1514
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
1515
|
-
wheels = [
|
1516
|
-
{ url = "https://files.pythonhosted.org/packages/
|
1517
|
-
{ url = "https://files.pythonhosted.org/packages/
|
1518
|
-
{ url = "https://files.pythonhosted.org/packages/
|
1519
|
-
{ url = "https://files.pythonhosted.org/packages/
|
1520
|
-
{ url = "https://files.pythonhosted.org/packages/
|
1521
|
-
{ url = "https://files.pythonhosted.org/packages/
|
1522
|
-
{ url = "https://files.pythonhosted.org/packages/
|
1523
|
-
{ url = "https://files.pythonhosted.org/packages/
|
1524
|
-
{ url = "https://files.pythonhosted.org/packages/
|
1525
|
-
{ url = "https://files.pythonhosted.org/packages/
|
1526
|
-
{ url = "https://files.pythonhosted.org/packages/
|
1527
|
-
{ url = "https://files.pythonhosted.org/packages/
|
1528
|
-
{ url = "https://files.pythonhosted.org/packages/
|
1529
|
-
{ url = "https://files.pythonhosted.org/packages/
|
1530
|
-
{ url = "https://files.pythonhosted.org/packages/
|
1531
|
-
{ url = "https://files.pythonhosted.org/packages/
|
1532
|
-
{ url = "https://files.pythonhosted.org/packages/
|
1513
|
+
version = "0.9.4"
|
1514
|
+
source = { registry = "https://pypi.org/simple" }
|
1515
|
+
sdist = { url = "https://files.pythonhosted.org/packages/c0/17/529e78f49fc6f8076f50d985edd9a2cf011d1dbadb1cdeacc1d12afc1d26/ruff-0.9.4.tar.gz", hash = "sha256:6907ee3529244bb0ed066683e075f09285b38dd5b4039370df6ff06041ca19e7", size = 3599458 }
|
1516
|
+
wheels = [
|
1517
|
+
{ url = "https://files.pythonhosted.org/packages/b6/f8/3fafb7804d82e0699a122101b5bee5f0d6e17c3a806dcbc527bb7d3f5b7a/ruff-0.9.4-py3-none-linux_armv6l.whl", hash = "sha256:64e73d25b954f71ff100bb70f39f1ee09e880728efb4250c632ceed4e4cdf706", size = 11668400 },
|
1518
|
+
{ url = "https://files.pythonhosted.org/packages/2e/a6/2efa772d335da48a70ab2c6bb41a096c8517ca43c086ea672d51079e3d1f/ruff-0.9.4-py3-none-macosx_10_12_x86_64.whl", hash = "sha256:6ce6743ed64d9afab4fafeaea70d3631b4d4b28b592db21a5c2d1f0ef52934bf", size = 11628395 },
|
1519
|
+
{ url = "https://files.pythonhosted.org/packages/dc/d7/cd822437561082f1c9d7225cc0d0fbb4bad117ad7ac3c41cd5d7f0fa948c/ruff-0.9.4-py3-none-macosx_11_0_arm64.whl", hash = "sha256:54499fb08408e32b57360f6f9de7157a5fec24ad79cb3f42ef2c3f3f728dfe2b", size = 11090052 },
|
1520
|
+
{ url = "https://files.pythonhosted.org/packages/9e/67/3660d58e893d470abb9a13f679223368ff1684a4ef40f254a0157f51b448/ruff-0.9.4-py3-none-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:37c892540108314a6f01f105040b5106aeb829fa5fb0561d2dcaf71485021137", size = 11882221 },
|
1521
|
+
{ url = "https://files.pythonhosted.org/packages/79/d1/757559995c8ba5f14dfec4459ef2dd3fcea82ac43bc4e7c7bf47484180c0/ruff-0.9.4-py3-none-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:de9edf2ce4b9ddf43fd93e20ef635a900e25f622f87ed6e3047a664d0e8f810e", size = 11424862 },
|
1522
|
+
{ url = "https://files.pythonhosted.org/packages/c0/96/7915a7c6877bb734caa6a2af424045baf6419f685632469643dbd8eb2958/ruff-0.9.4-py3-none-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:87c90c32357c74f11deb7fbb065126d91771b207bf9bfaaee01277ca59b574ec", size = 12626735 },
|
1523
|
+
{ url = "https://files.pythonhosted.org/packages/0e/cc/dadb9b35473d7cb17c7ffe4737b4377aeec519a446ee8514123ff4a26091/ruff-0.9.4-py3-none-manylinux_2_17_ppc64.manylinux2014_ppc64.whl", hash = "sha256:56acd6c694da3695a7461cc55775f3a409c3815ac467279dfa126061d84b314b", size = 13255976 },
|
1524
|
+
{ url = "https://files.pythonhosted.org/packages/5f/c3/ad2dd59d3cabbc12df308cced780f9c14367f0321e7800ca0fe52849da4c/ruff-0.9.4-py3-none-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:e0c93e7d47ed951b9394cf352d6695b31498e68fd5782d6cbc282425655f687a", size = 12752262 },
|
1525
|
+
{ url = "https://files.pythonhosted.org/packages/c7/17/5f1971e54bd71604da6788efd84d66d789362b1105e17e5ccc53bba0289b/ruff-0.9.4-py3-none-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:1d4c8772670aecf037d1bf7a07c39106574d143b26cfe5ed1787d2f31e800214", size = 14401648 },
|
1526
|
+
{ url = "https://files.pythonhosted.org/packages/30/24/6200b13ea611b83260501b6955b764bb320e23b2b75884c60ee7d3f0b68e/ruff-0.9.4-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:bfc5f1d7afeda8d5d37660eeca6d389b142d7f2b5a1ab659d9214ebd0e025231", size = 12414702 },
|
1527
|
+
{ url = "https://files.pythonhosted.org/packages/34/cb/f5d50d0c4ecdcc7670e348bd0b11878154bc4617f3fdd1e8ad5297c0d0ba/ruff-0.9.4-py3-none-musllinux_1_2_aarch64.whl", hash = "sha256:faa935fc00ae854d8b638c16a5f1ce881bc3f67446957dd6f2af440a5fc8526b", size = 11859608 },
|
1528
|
+
{ url = "https://files.pythonhosted.org/packages/d6/f4/9c8499ae8426da48363bbb78d081b817b0f64a9305f9b7f87eab2a8fb2c1/ruff-0.9.4-py3-none-musllinux_1_2_armv7l.whl", hash = "sha256:a6c634fc6f5a0ceae1ab3e13c58183978185d131a29c425e4eaa9f40afe1e6d6", size = 11485702 },
|
1529
|
+
{ url = "https://files.pythonhosted.org/packages/18/59/30490e483e804ccaa8147dd78c52e44ff96e1c30b5a95d69a63163cdb15b/ruff-0.9.4-py3-none-musllinux_1_2_i686.whl", hash = "sha256:433dedf6ddfdec7f1ac7575ec1eb9844fa60c4c8c2f8887a070672b8d353d34c", size = 12067782 },
|
1530
|
+
{ url = "https://files.pythonhosted.org/packages/3d/8c/893fa9551760b2f8eb2a351b603e96f15af167ceaf27e27ad873570bc04c/ruff-0.9.4-py3-none-musllinux_1_2_x86_64.whl", hash = "sha256:d612dbd0f3a919a8cc1d12037168bfa536862066808960e0cc901404b77968f0", size = 12483087 },
|
1531
|
+
{ url = "https://files.pythonhosted.org/packages/23/15/f6751c07c21ca10e3f4a51ea495ca975ad936d780c347d9808bcedbd7182/ruff-0.9.4-py3-none-win32.whl", hash = "sha256:db1192ddda2200671f9ef61d9597fcef89d934f5d1705e571a93a67fb13a4402", size = 9852302 },
|
1532
|
+
{ url = "https://files.pythonhosted.org/packages/12/41/2d2d2c6a72e62566f730e49254f602dfed23019c33b5b21ea8f8917315a1/ruff-0.9.4-py3-none-win_amd64.whl", hash = "sha256:05bebf4cdbe3ef75430d26c375773978950bbf4ee3c95ccb5448940dc092408e", size = 10850051 },
|
1533
|
+
{ url = "https://files.pythonhosted.org/packages/c6/e6/3d6ec3bc3d254e7f005c543a661a41c3e788976d0e52a1ada195bd664344/ruff-0.9.4-py3-none-win_arm64.whl", hash = "sha256:585792f1e81509e38ac5123492f8875fbc36f3ede8185af0a26df348e5154f41", size = 10078251 },
|
1533
1534
|
]
|
1534
1535
|
|
1535
1536
|
[[package]]
|
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
|
{pyproject_pre_commit-0.4.0 → pyproject_pre_commit-0.4.1}/src/pyproject_pre_commit/__init__.py
RENAMED
File without changes
|
{pyproject_pre_commit-0.4.0 → pyproject_pre_commit-0.4.1}/src/pyproject_pre_commit/__version__.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{pyproject_pre_commit-0.4.0 → pyproject_pre_commit-0.4.1}/tests/test_pyproject_pre_commit.py
RENAMED
File without changes
|
File without changes
|