From edcd29e55847936299ebdd4fad6f03a78192d7c4 Mon Sep 17 00:00:00 2001 From: saville Date: Mon, 14 Jul 2025 11:58:37 -0600 Subject: [PATCH] Clean up some old files --- pytest.ini | 2 +- ruff.toml | 1 - setup.cfg | 8 -------- 3 files changed, 1 insertion(+), 10 deletions(-) delete mode 100644 setup.cfg diff --git a/pytest.ini b/pytest.ini index 141ca29..b4256a6 100644 --- a/pytest.ini +++ b/pytest.ini @@ -1,2 +1,2 @@ [pytest] -addopts = -s -v --ignore=build --ignore=dist --ignore=dysql.egg-info --ignore=setup.py +addopts = -s -v --ignore=build --ignore=dist --ignore=dysql.egg-info diff --git a/ruff.toml b/ruff.toml index 302d077..d07264e 100644 --- a/ruff.toml +++ b/ruff.toml @@ -4,7 +4,6 @@ preview = true extend-select = ["CPY"] [extend-per-file-ignores] -"setup.py" = ["CPY"] "dysql/version.py" = ["CPY"] [lint.flake8-copyright] diff --git a/setup.cfg b/setup.cfg deleted file mode 100644 index 3eb1341..0000000 --- a/setup.cfg +++ /dev/null @@ -1,8 +0,0 @@ -[bdist_wheel] -universal=1 - -[metadata] -description-file=README.rst - -[pycodestyle] -max-line-length = 120