From 24c8241f137d63d5cf666b3f0581a20c5edb03a5 Mon Sep 17 00:00:00 2001 From: Sawyer Date: Sat, 27 Jan 2024 19:56:31 -0800 Subject: [PATCH] Fix linting --- poetry.lock | 20 ++++++++++++++++++-- pyproject.toml | 1 + 2 files changed, 19 insertions(+), 2 deletions(-) diff --git a/poetry.lock b/poetry.lock index ff6ef654..73313d84 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.5.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.7.1 and should not be changed by hand. [[package]] name = "appnope" @@ -480,6 +480,22 @@ files = [ [package.extras] plugins = ["importlib-metadata"] +[[package]] +name = "setuptools" +version = "69.0.3" +description = "Easily download, build, install, upgrade, and uninstall Python packages" +optional = false +python-versions = ">=3.8" +files = [ + {file = "setuptools-69.0.3-py3-none-any.whl", hash = "sha256:385eb4edd9c9d5c17540511303e39a147ce2fc04bc55289c322b9e5904fe2c05"}, + {file = "setuptools-69.0.3.tar.gz", hash = "sha256:be1af57fc409f93647f2e8e4573a142ed38724b8cdd389706a867bb4efcf1e78"}, +] + +[package.extras] +docs = ["furo", "jaraco.packaging (>=9.3)", "jaraco.tidelift (>=1.4)", "pygments-github-lexers (==0.0.5)", "rst.linker (>=1.9)", "sphinx (<7.2.5)", "sphinx (>=3.5)", "sphinx-favicon", "sphinx-inline-tabs", "sphinx-lint", "sphinx-notfound-page (>=1,<2)", "sphinx-reredirects", "sphinxcontrib-towncrier"] +testing = ["build[virtualenv]", "filelock (>=3.4.0)", "flake8-2020", "ini2toml[lite] (>=0.9)", "jaraco.develop (>=7.21)", "jaraco.envs (>=2.2)", "jaraco.path (>=3.2.0)", "pip (>=19.1)", "pytest (>=6)", "pytest-black (>=0.3.7)", "pytest-checkdocs (>=2.4)", "pytest-cov", "pytest-enabler (>=2.2)", "pytest-mypy (>=0.9.1)", "pytest-perf", "pytest-ruff", "pytest-timeout", "pytest-xdist", "tomli-w (>=1.0.0)", "virtualenv (>=13.0.0)", "wheel"] +testing-integration = ["build[virtualenv] (>=1.0.3)", "filelock (>=3.4.0)", "jaraco.envs (>=2.2)", "jaraco.path (>=3.2.0)", "packaging (>=23.1)", "pytest", "pytest-enabler", "pytest-xdist", "tomli", "virtualenv (>=13.0.0)", "wheel"] + [[package]] name = "six" version = "1.16.0" @@ -572,4 +588,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "c018d1ee19f440f32e081415153d96889556f4a3ab86b0a48b7f40da96b67688" +content-hash = "8384290d7c7863423c451e8a89ccce70095c0fe347db90c5721a99a93d0035a8" diff --git a/pyproject.toml b/pyproject.toml index b313ab5e..cf3920f6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,6 +14,7 @@ flake8-alfred = "^1.1.1" flake8-bugbear = "^23.6.5" isort = "^5.12.0" pandas-vet = "^0.2.3" +setuptools = "^69.0.3" [build-system] requires = ["poetry-core"]