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 May 22, 2024
1 parent e29c6cf commit 91c0ef1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions src/managers/repository.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,9 +108,8 @@ def parse_docker_image(self):
image = match.group(1)
python_image = image
break

self.docker_image = python_image


def parse_poetry_version(self):
with open(self.dockerfile_path) as f:
Expand Down
2 changes: 1 addition & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ def typical_dockerfile_content():

with open(base_dir / "tests/test_files/Dockerfile", "r") as f:
return f.read()


@pytest.fixture
def unexpected_dockerfile_content():
Expand Down

0 comments on commit 91c0ef1

Please sign in to comment.