Skip to content

Commit 02b0d57

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 74683d4 commit 02b0d57

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

irun/base.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ class IRunException(Exception):
66

77

88
class Matchers(str, Enum):
9-
109
# any matcher: ...
1110
# e.g: foo(...) => foo(MATCH_ONE)
1211
MATCH_ONE = "__match_one"

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ long_description_content_type = text/markdown
77
url = https://github.com/reizio/irun
88
author = isidentical
99
author_email = isidentical@gmail.com
10-
license_file = LICENSE.txt
10+
license_files = LICENSE.txt
1111
classifiers =
1212
Programming Language :: Python :: 3
1313
Programming Language :: Python :: 3 :: Only

0 commit comments

Comments
 (0)