Skip to content

Commit

Permalink
ok
Browse files Browse the repository at this point in the history
  • Loading branch information
tgolsson committed Sep 19, 2024
1 parent e2cf0fa commit ac73417
Show file tree
Hide file tree
Showing 3 changed files with 68 additions and 32 deletions.
52 changes: 44 additions & 8 deletions locks/tools/black.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
// {
// "version": 3,
// "valid_for_interpreter_constraints": [
// "CPython<3.12,>=3.11"
// "CPython<3.10,>=3.9"
// ],
// "generated_with_requirements": [
// "black<24,>=22.6.0"
Expand Down Expand Up @@ -36,18 +36,18 @@
},
{
"algorithm": "sha256",
"hash": "602cfb1196dc692424c70b6507593a2b29aac0547c1be9a1d1365f0d964c353b",
"url": "https://files.pythonhosted.org/packages/72/e2/d981a3ff05ba9abe3cfa33e70c986facb0614fd57c4f802ef435f4dd1697/black-23.12.1-cp311-cp311-macosx_11_0_arm64.whl"
"hash": "3e1b38b3135fd4c025c28c55ddfc236b05af657828a8a6abe5deec419a0b7055",
"url": "https://files.pythonhosted.org/packages/85/97/f5c6b46fa6f47263e6e27d6feef967e3e99f4e1aedaaf93fd98f904580e2/black-23.12.1-cp39-cp39-macosx_10_9_x86_64.whl"
},
{
"algorithm": "sha256",
"hash": "9c4352800f14be5b4864016882cdba10755bd50805c95f728011bcb47a4afd59",
"url": "https://files.pythonhosted.org/packages/eb/59/1f5c8eb7bba8a8b1bb5c87f097d16410c93a48a6655be3773db5d2783deb/black-23.12.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl"
"hash": "97e56155c6b737854e60a9ab1c598ff2533d57e7506d97af5481141671abf3ea",
"url": "https://files.pythonhosted.org/packages/e4/24/afa2005a508768228b88ee04e647022be9852e675c8d7237fb1e73e4607d/black-23.12.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl"
},
{
"algorithm": "sha256",
"hash": "8d4df77958a622f9b5a4c96edb4b8c0034f8434032ab11077ec6c56ae9f384ba",
"url": "https://files.pythonhosted.org/packages/ed/2c/d9b1a77101e6e5f294f6553d76c39322122bfea2a438aeea4eb6d4b22749/black-23.12.1-cp311-cp311-macosx_10_9_x86_64.whl"
"hash": "4f0031eaa7b921db76decd73636ef3a12c942ed367d8c3841a0739412b260a54",
"url": "https://files.pythonhosted.org/packages/ef/54/41aec3623ac8c610ea9eabc2092c7c73aab293ef2858fb3b66904debe78c/black-23.12.1-cp39-cp39-macosx_11_0_arm64.whl"
},
{
"algorithm": "sha256",
Expand Down Expand Up @@ -177,6 +177,42 @@
],
"requires_python": ">=3.8",
"version": "4.3.6"
},
{
"artifacts": [
{
"algorithm": "sha256",
"hash": "939de3e7a6161af0c887ef91b7d41a53e7c5a1ca976325f429cb46ea9bc30ecc",
"url": "https://files.pythonhosted.org/packages/97/75/10a9ebee3fd790d20926a90a2547f0bf78f371b2f13aa822c759680ca7b9/tomli-2.0.1-py3-none-any.whl"
},
{
"algorithm": "sha256",
"hash": "de526c12914f0c550d15924c62d72abc48d6fe7364aa87328337a31007fe8a4f",
"url": "https://files.pythonhosted.org/packages/c0/3f/d7af728f075fb08564c5949a9c95e44352e23dee646869fa104a3b2060a3/tomli-2.0.1.tar.gz"
}
],
"project_name": "tomli",
"requires_dists": [],
"requires_python": ">=3.7",
"version": "2.0.1"
},
{
"artifacts": [
{
"algorithm": "sha256",
"hash": "04e5ca0351e0f3f85c6853954072df659d0d13fac324d0072316b67d7794700d",
"url": "https://files.pythonhosted.org/packages/26/9f/ad63fc0248c5379346306f8668cda6e2e2e9c95e01216d2b8ffd9ff037d0/typing_extensions-4.12.2-py3-none-any.whl"
},
{
"algorithm": "sha256",
"hash": "1a7ead55c7e559dd4dee8856e3a88b41225abfe1ce8df57b7c13915fe121ffb8",
"url": "https://files.pythonhosted.org/packages/df/db/f35a00659bc03fec321ba8bce9420de607a1d37f8342eee1863174c69557/typing_extensions-4.12.2.tar.gz"
}
],
"project_name": "typing-extensions",
"requires_dists": [],
"requires_python": ">=3.8",
"version": "4.12.2"
}
],
"platform_tag": null
Expand All @@ -192,7 +228,7 @@
"black<24,>=22.6.0"
],
"requires_python": [
"<3.12,>=3.11"
"<3.10,>=3.9"
],
"resolver_version": "pip-2020-resolver",
"style": "universal",
Expand Down
40 changes: 20 additions & 20 deletions locks/tools/pytest.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
// {
// "version": 3,
// "valid_for_interpreter_constraints": [
// "CPython==3.11.*"
// "CPython==3.9.*"
// ],
// "generated_with_requirements": [
// "pytest-cov!=2.12.1,<3.1,>=2.12",
Expand Down Expand Up @@ -98,48 +98,48 @@
},
{
"algorithm": "sha256",
"hash": "0c0420b573964c760df9e9e86d1a9a622d0d27f417e1a949a8a66dd7bcee7bc6",
"url": "https://files.pythonhosted.org/packages/14/6f/8351b465febb4dbc1ca9929505202db909c5a635c6fdf33e089bbc3d7d85/coverage-7.6.1-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl"
"hash": "abd5fd0db5f4dc9289408aaf34908072f805ff7792632250dcb36dc591d24255",
"url": "https://files.pythonhosted.org/packages/19/d3/d54c5aa83268779d54c86deb39c1c4566e5d45c155369ca152765f8db413/coverage-7.6.1-cp39-cp39-macosx_10_9_x86_64.whl"
},
{
"algorithm": "sha256",
"hash": "1f4aa8219db826ce6be7099d559f8ec311549bfc4046f7f9fe9b5cea5c581c56",
"url": "https://files.pythonhosted.org/packages/68/3c/289b81fa18ad72138e6d78c4c11a82b5378a312c0e467e2f6b495c260907/coverage-7.6.1-cp311-cp311-musllinux_1_2_aarch64.whl"
"hash": "9e0b2df163b8ed01d515807af24f63de04bebcecbd6c3bfeff88385789fdf75a",
"url": "https://files.pythonhosted.org/packages/4e/e1/76089d6a5ef9d68f018f65411fcdaaeb0141b504587b901d74e8587606ad/coverage-7.6.1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl"
},
{
"algorithm": "sha256",
"hash": "9bc572be474cafb617672c43fe989d6e48d3c83af02ce8de73fff1c6bb3c198d",
"url": "https://files.pythonhosted.org/packages/70/6c/a9ccd6fe50ddaf13442a1e2dd519ca805cbe0f1fcd377fba6d8339b98ccb/coverage-7.6.1-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl"
"hash": "2bdb062ea438f22d99cba0d7829c2ef0af1d768d1e4a4f528087224c90b132cb",
"url": "https://files.pythonhosted.org/packages/68/6a/45f108f137941a4a1238c85f28fd9d048cc46b5466d6b8dda3aba1bb9d4f/coverage-7.6.1-cp39-cp39-musllinux_1_2_i686.whl"
},
{
"algorithm": "sha256",
"hash": "d85f5e9a5f8b73e2350097c3756ef7e785f55bd71205defa0bfdaf96c31616ff",
"url": "https://files.pythonhosted.org/packages/aa/cd/766b45fb6e090f20f8927d9c7cb34237d41c73a939358bc881883fd3a40d/coverage-7.6.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl"
"hash": "702855feff378050ae4f741045e19a32d57d19f3e0676d589df0575008ea5004",
"url": "https://files.pythonhosted.org/packages/75/e1/656d65fb126c29a494ef964005702b012f3498db1a30dd562958e85a4049/coverage-7.6.1-cp39-cp39-musllinux_1_2_aarch64.whl"
},
{
"algorithm": "sha256",
"hash": "7dea0889685db8550f839fa202744652e87c60015029ce3f60e006f8c4462c93",
"url": "https://files.pythonhosted.org/packages/ad/5f/67af7d60d7e8ce61a4e2ddcd1bd5fb787180c8d0ae0fbd073f903b3dd95d/coverage-7.6.1-cp311-cp311-macosx_10_9_x86_64.whl"
"hash": "645786266c8f18a931b65bfcefdbf6952dd0dea98feee39bd188607a9d307ed2",
"url": "https://files.pythonhosted.org/packages/78/5b/a0a796983f3201ff5485323b225d7c8b74ce30c11f456017e23d8e8d1945/coverage-7.6.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl"
},
{
"algorithm": "sha256",
"hash": "ed37bd3c3b063412f7620464a9ac1314d33100329f39799255fb8d3027da50d3",
"url": "https://files.pythonhosted.org/packages/e1/0e/e52332389e057daa2e03be1fbfef25bb4d626b37d12ed42ae6281d0a274c/coverage-7.6.1-cp311-cp311-macosx_11_0_arm64.whl"
"hash": "609b06f178fe8e9f89ef676532760ec0b4deea15e9969bf754b37f7c40326dbc",
"url": "https://files.pythonhosted.org/packages/9a/6f/eef79b779a540326fee9520e5542a8b428cc3bfa8b7c8f1022c1ee4fc66c/coverage-7.6.1-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl"
},
{
"algorithm": "sha256",
"hash": "fc5a77d0c516700ebad189b587de289a20a78324bc54baee03dd486f0855d234",
"url": "https://files.pythonhosted.org/packages/ed/1c/aa1efa6459d822bd72c4abc0b9418cf268de3f60eeccd65dc4988553bd8d/coverage-7.6.1-cp311-cp311-musllinux_1_2_i686.whl"
"hash": "9c56863d44bd1c4fe2abb8a4d6f5371d197f1ac0ebdee542f07f35895fc07f36",
"url": "https://files.pythonhosted.org/packages/9b/e7/47b809099168b8b8c72ae311efc3e88c8d8a1162b3ba4b8da3cfcdb85743/coverage-7.6.1-cp39-cp39-musllinux_1_2_x86_64.whl"
},
{
"algorithm": "sha256",
"hash": "953510dfb7b12ab69d20135a0662397f077c59b1e6379a768e97c59d852ee51d",
"url": "https://files.pythonhosted.org/packages/f7/08/7e37f82e4d1aead42a7443ff06a1e406aabf7302c4f00a546e4b320b994c/coverage-7.6.1.tar.gz"
"hash": "547f45fa1a93154bd82050a7f3cddbc1a7a4dd2a9bf5cb7d06f4ae29fe94eaf8",
"url": "https://files.pythonhosted.org/packages/a5/fe/137d5dca72e4a258b1bc17bb04f2e0196898fe495843402ce826a7419fe3/coverage-7.6.1-cp39-cp39-macosx_11_0_arm64.whl"
},
{
"algorithm": "sha256",
"hash": "b48f312cca9621272ae49008c7f613337c53fadca647d6384cc129d2996d1133",
"url": "https://files.pythonhosted.org/packages/fb/c8/521c698f2d2796565fe9c789c2ee1ccdae610b3aa20b9b2ef980cc253640/coverage-7.6.1-cp311-cp311-musllinux_1_2_x86_64.whl"
"hash": "953510dfb7b12ab69d20135a0662397f077c59b1e6379a768e97c59d852ee51d",
"url": "https://files.pythonhosted.org/packages/f7/08/7e37f82e4d1aead42a7443ff06a1e406aabf7302c4f00a546e4b320b994c/coverage-7.6.1.tar.gz"
}
],
"project_name": "coverage",
Expand Down Expand Up @@ -391,7 +391,7 @@
"pytest==7.0.*"
],
"requires_python": [
"==3.11.*"
"==3.9.*"
],
"resolver_version": "pip-2020-resolver",
"style": "universal",
Expand Down
8 changes: 4 additions & 4 deletions pants.toml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ pants-current = "pants-plugins/current.lock"
pants-next = "pants-plugins/next.lock"
example-1 = "locks/example-1.lock"


pytest = "locks/tools/pytest.lock"
isort = "locks/tools/isort.lock"
ipython = "locks/tools/ipython.lock"
Expand All @@ -77,24 +76,25 @@ pants-plugins = ["==3.9.*"]
pants-previous = ["==3.9.*"]
pants-current = ["==3.9.*"]
pants-next = ["==3.9.*"]
pytest = ["==3.9.*"]

black = [">=3.11,<3.12"]
black = [">=3.9,<3.10"]
example-1 = [">=3.11,<3.12"]

[python-infer]
use_rust_parser = true

[black]
install_from_resolve = "black"
interpreter_constraints = ["==3.11.*"]
interpreter_constraints = ["==3.9.*"]

[ipython]
install_from_resolve = "ipython"

[isort]
install_from_resolve = "isort"
args = '--resolve-all-configs'
interpreter_constraints = ["==3.11.*"]
interpreter_constraints = ["==3.9.*"]
config = "['pyproject.toml']"

[pytest]
Expand Down

0 comments on commit ac73417

Please sign in to comment.