Skip to content

Commit ac9524a

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 4973a1d commit ac9524a

File tree

3 files changed

+4
-7
lines changed

3 files changed

+4
-7
lines changed

irun/compiler.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@ def construct(node):
1212
return node
1313

1414

15-
class Matcher:
16-
...
15+
class Matcher: ...
1716

1817

1918
class AnyMatcher(Matcher):

irun/parser.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,10 @@ class singleton(ast.AST):
1313
_attributes = ("lineno", "col_offset", "end_lineno", "end_col_offset")
1414

1515

16-
class IgnoreOne(singleton):
17-
...
16+
class IgnoreOne(singleton): ...
1817

1918

20-
class IgnoreAny(singleton):
21-
...
19+
class IgnoreAny(singleton): ...
2220

2321

2422
class Reference(ast.expr):

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)