Skip to content

Commit

Permalink
remove debug stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
GUIpsp committed Mar 1, 2024
1 parent aacb871 commit 5e28f5e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions pre_commit/languages/python.py
Original file line number Diff line number Diff line change
Expand Up @@ -235,12 +235,9 @@ def try_navigate(*coords: str) -> TOMLDocument | None:

if name is None:
name = try_navigate('project', 'name')
print(name)
if name is None:
setup = prefix.prefix_dir / Path('setup.py')
print(setup)
if setup.exists():
print('it exists')
with tempfile.TemporaryDirectory() as td:
try:
lang_base.setup_cmd(
Expand Down

0 comments on commit 5e28f5e

Please sign in to comment.