Skip to content

Commit

Permalink
ruff: fix PYI016
Browse files Browse the repository at this point in the history
  • Loading branch information
patrit committed Nov 5, 2023
1 parent 42c6ec0 commit df15f4d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion gitopscli/commands/command_factory.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
from .version import VersionCommand

CommandArgs = Union[
DeployCommand.Args,
DeployCommand.Args,
AddPrCommentCommand.Args,
CreatePreviewCommand.Args,
Expand Down
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ ignore = ["ANN101", "ANN401",
# the following exclusions have been introduced to prevent huge changes
# feel free to remove them and fix the code
"gitopscli/appconfig_api/app_tenant_config.py" = ["PTH110", "PTH112", "PTH118"]
"gitopscli/commands/command_factory.py" = ["PYI016"]
"gitopscli/commands/create_preview.py" = ["PTH112"]
"gitopscli/commands/delete_preview.py" = ["PTH110"]
"gitopscli/git_api/git_repo.py" = ["PTH101", "PTH118", "PTH123"]
Expand Down

0 comments on commit df15f4d

Please sign in to comment.