From a32424110aebe686f7d60cf88a8ad8964e0b23f6 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 11 Dec 2023 16:38:45 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- irun/base.py | 1 - setup.cfg | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/irun/base.py b/irun/base.py index 70b20c3..1dea3e9 100644 --- a/irun/base.py +++ b/irun/base.py @@ -6,7 +6,6 @@ class IRunException(Exception): class Matchers(str, Enum): - # any matcher: ... # e.g: foo(...) => foo(MATCH_ONE) MATCH_ONE = "__match_one" diff --git a/setup.cfg b/setup.cfg index 6907028..d2ae8ce 100644 --- a/setup.cfg +++ b/setup.cfg @@ -7,7 +7,7 @@ long_description_content_type = text/markdown url = https://github.com/reizio/irun author = isidentical author_email = isidentical@gmail.com -license_file = LICENSE.txt +license_files = LICENSE.txt classifiers = Programming Language :: Python :: 3 Programming Language :: Python :: 3 :: Only