Skip to content

Commit

Permalink
Merge 49d6ab4 into 048511f
Browse files Browse the repository at this point in the history
  • Loading branch information
repo-helper[bot] committed Apr 2, 2024
2 parents 048511f + 49d6ab4 commit 043f663
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tox.ini
Expand Up @@ -126,7 +126,7 @@ deps =
flake8-github-actions>=0.1.0
flake8-noqa>=1.1.0,<=1.2.2
flake8-pyi>=20.10.0,<=22.8.0
flake8-pytest-style>=1.3.0
flake8-pytest-style>=1.3.0,<2
flake8-quotes>=3.3.0
flake8-slots>=0.1.0
flake8-sphinx-links>=0.0.4
Expand Down Expand Up @@ -228,8 +228,8 @@ exclude_lines =
raise NotImplementedError
if 0:
if False:
if TYPE_CHECKING:
if typing.TYPE_CHECKING:
if TYPE_CHECKING
if typing.TYPE_CHECKING
if __name__ == .__main__.:
omit = **/*._py
Expand Down

0 comments on commit 043f663

Please sign in to comment.