Skip to content

Commit

Permalink
Apply pre-commit code formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci-lite[bot] authored Sep 17, 2024
1 parent cc25c7e commit 4220cae
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion config/config-package.py
Original file line number Diff line number Diff line change
Expand Up @@ -474,7 +474,8 @@ def tox(self):
docs_deps=docs_deps,
setuptools_version_spec=SETUPTOOLS_VERSION_SPEC,
future_python_shortversion=FUTURE_PYTHON_SHORTVERSION,
supported_python_versions=supported_python_versions(short_version=True),
supported_python_versions=supported_python_versions(
short_version=True),
)

def tests_yml(self):
Expand Down

0 comments on commit 4220cae

Please sign in to comment.