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 Oct 14, 2024
1 parent 8f89c62 commit e514ff7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 8 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
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ 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

[options]
packages = find:
python_requires = >=3.8
python_requires = >=3.9

0 comments on commit e514ff7

Please sign in to comment.