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 Apr 29, 2024
1 parent bd68023 commit cb502ce
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
3 changes: 1 addition & 2 deletions irun/compiler.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@ def construct(node):
return node


class Matcher:
...
class Matcher: ...


class AnyMatcher(Matcher):
Expand Down
6 changes: 2 additions & 4 deletions irun/parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,10 @@ class singleton(ast.AST):
_attributes = ("lineno", "col_offset", "end_lineno", "end_col_offset")


class IgnoreOne(singleton):
...
class IgnoreOne(singleton): ...


class IgnoreAny(singleton):
...
class IgnoreAny(singleton): ...


class Reference(ast.expr):
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 cb502ce

Please sign in to comment.