Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Dec 25, 2023
1 parent f496e2d commit fc15e3e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion irun/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ class IRunException(Exception):


class Matchers(str, Enum):

# any matcher: ...
# e.g: foo(...) => foo(MATCH_ONE)
MATCH_ONE = "__match_one"
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ long_description_content_type = text/markdown
url = https://github.com/reizio/irun
author = isidentical
author_email = [email protected]
license_file = LICENSE.txt
license_files = LICENSE.txt
classifiers =
Programming Language :: Python :: 3
Programming Language :: Python :: 3 :: Only
Expand Down

0 comments on commit fc15e3e

Please sign in to comment.