Skip to content

Commit

Permalink
chore: auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Sep 2, 2024
1 parent f659be9 commit a21f5f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/unit/test_installer.py
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@ def test_editable_not_local(
config=config,
)

def install_core(self: Installer) -> None: # noqa: ARG001
def install_core(self: Installer) -> None:
"""Don't install core.
Args:
Expand Down Expand Up @@ -1195,7 +1195,7 @@ def test_local_collection_without_tar_install(
installer.run()
pre_mtime = os.lstat(config.site_pkg_collections_path / "ansible" / "posix").st_mtime

def install_local_collection(self: Installer, collection: Collection) -> None: # noqa: ARG001
def install_local_collection(self: Installer, collection: Collection) -> None:
"""Do nothing.
Args:
Expand Down

0 comments on commit a21f5f4

Please sign in to comment.