Skip to content

Commit 83b5f11

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 1d1e393 commit 83b5f11

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

repo2docker/buildpacks/pyproject/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ def python_version(self):
3434
if "project" in pyproject_toml:
3535
if "requires-python" in pyproject_toml["project"]:
3636
raw_version = pyproject_toml["project"]["requires-python"]
37-
37+
3838
match = VERSION_PAT.match(raw_version)
3939
if match:
4040
return match.group()
@@ -121,4 +121,4 @@ def detect(self):
121121

122122
pyproject_file = self.binder_path("pyproject.toml")
123123

124-
return os.path.exists(pyproject_file)
124+
return os.path.exists(pyproject_file)

0 commit comments

Comments
 (0)