From 3abd172d3d6e4d7d063344751ddea0bad049aeaf Mon Sep 17 00:00:00 2001 From: fsouza <108725+fsouza@users.noreply.github.com> Date: Wed, 12 Oct 2022 10:18:00 -0400 Subject: [PATCH] Remove poetry.lock (#2) --- poetry.lock | 32 -------------------------------- 1 file changed, 32 deletions(-) delete mode 100644 poetry.lock diff --git a/poetry.lock b/poetry.lock deleted file mode 100644 index 22497e9..0000000 --- a/poetry.lock +++ /dev/null @@ -1,32 +0,0 @@ -[[package]] -name = "ruff" -version = "0.0.65" -description = "An extremely fast Python linter, written in Rust." -category = "main" -optional = false -python-versions = ">=3.7" - -[metadata] -lock-version = "1.1" -python-versions = ">=3.8,<3.11" -content-hash = "74ac051b3cea97e533aa7adf1852599a6c8214467f31a13b0953a10d61742b52" - -[metadata.files] -ruff = [ - {file = "ruff-0.0.65-py3-none-macosx_10_7_x86_64.whl", hash = "sha256:64c1e41c6c5b1e1ab21a4c1d05633b24fca28ff88a4ca03a5a39158ce85829ec"}, - {file = "ruff-0.0.65-py3-none-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl", hash = "sha256:d953a67fb5db04944e4f33544584a1074718af77caca523e0f4318de0961dd05"}, - {file = "ruff-0.0.65-py3-none-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:a531ff484f988ae3cec34d2853bbe586985c8a9a3db8e57ef20a387ac186d661"}, - {file = "ruff-0.0.65-py3-none-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:80ddb2d2ad1049d2c288ee745925907b9e01b499a6dc70351a6c5af267d2fa8c"}, - {file = "ruff-0.0.65-py3-none-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:7005f7881239d978ff836da6b552781188fc6d5fc6fb7bece458f5cb0da0bfa3"}, - {file = "ruff-0.0.65-py3-none-manylinux_2_17_ppc64.manylinux2014_ppc64.whl", hash = "sha256:39a17b488328f7454280a256f0319dcbd78661627c5568516dc9a1ce2da29eb2"}, - {file = "ruff-0.0.65-py3-none-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:20e31743e276a7c83429dd04e8b380e7b164a01262cb2fbde511e5587dc55ee4"}, - {file = "ruff-0.0.65-py3-none-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:065513c2c96e439863cca03ca0b149902dd9921837fdf5d85120fe20669ce33e"}, - {file = "ruff-0.0.65-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:73d7f38e74672955a95d7510e6ccd54d07c313fba56e1fdfe7aae1c1a12823b5"}, - {file = "ruff-0.0.65-py3-none-musllinux_1_2_aarch64.whl", hash = "sha256:c31686c1900cd47d0213575be957aed80cd5bc4a7376e38962c111714a285335"}, - {file = "ruff-0.0.65-py3-none-musllinux_1_2_armv7l.whl", hash = "sha256:11293baa8e889f6766b3e4b31dfd750b776d555543b1868c6a7f58679bf10823"}, - {file = "ruff-0.0.65-py3-none-musllinux_1_2_i686.whl", hash = "sha256:dd1a8ddc915bfffc9ad8edffa63a26691f28ccb0fc633dbda97cc6bcce550bc6"}, - {file = "ruff-0.0.65-py3-none-musllinux_1_2_x86_64.whl", hash = "sha256:b5756f2406b2aff611bfbdf022898d77cbb158a7697c4b4894772e75fd69fee5"}, - {file = "ruff-0.0.65-py3-none-win32.whl", hash = "sha256:265722a8ec8496dd69c2e9e514505c343a0dbc268867108b1584896fef6a1bab"}, - {file = "ruff-0.0.65-py3-none-win_amd64.whl", hash = "sha256:94f9614ad1917fd588516a1bd97f2110eed06ab0e28a27cd91f11b11a54e3dd5"}, - {file = "ruff-0.0.65.tar.gz", hash = "sha256:88bc6c1344f30ac9de7eef17a04bb92bcfb5de38c541ee1251b683a7e3d4b48a"}, -]