From d0c0e5e9cdaf0fecdb84a4e8752519e4f939df43 Mon Sep 17 00:00:00 2001 From: shinoi2 Date: Fri, 12 Apr 2024 10:35:38 +0800 Subject: [PATCH] replace all tab to spaces --- setup.cfg | 20 ++++++++++---------- tox.ini | 16 ++++++++-------- 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/setup.cfg b/setup.cfg index f144660ce..ce0c8c17a 100644 --- a/setup.cfg +++ b/setup.cfg @@ -7,22 +7,22 @@ author_email = jerome@leclan.ch url = https://hearthsim.info/fireplace/ download_url = https://github.com/HearthSim/fireplace/tarball/master classifiers = - Development Status :: 2 - Pre-Alpha - Intended Audience :: Developers - License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+) - Programming Language :: Python - Programming Language :: Python :: 3 - Programming Language :: Python :: 3.6 - Topic :: Games/Entertainment :: Simulation + Development Status :: 2 - Pre-Alpha + Intended Audience :: Developers + License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+) + Programming Language :: Python + Programming Language :: Python :: 3 + Programming Language :: Python :: 3.6 + Topic :: Games/Entertainment :: Simulation [options] packages = find: include_package_data = True zip_safe = True install_requires = - hearthstone - hearthstone_data + hearthstone + hearthstone_data [options.packages.find] exclude = - tests + tests diff --git a/tox.ini b/tox.ini index 8a2c9284d..4aee5b61b 100644 --- a/tox.ini +++ b/tox.ini @@ -7,20 +7,20 @@ python = [testenv] commands = - coverage run --source fireplace -m pytest tests - coverage xml -o coverage.xml + coverage run --source fireplace -m pytest tests + coverage xml -o coverage.xml deps = - pytest - pytest-cov + pytest + pytest-cov [testenv:benchmark] commands = - pytest {toxinidir}/tests/benchmarks.py + pytest {toxinidir}/tests/benchmarks.py deps = - pytest-benchmark[aspect] + pytest-benchmark[aspect] [testenv:format-check] commands = - black --check . + black --check . deps = - black + black