Skip to content

Commit c7427da

Browse files
committed
remove prints try newer black version
1 parent 7d06ed2 commit c7427da

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
repos:
66
- repo: https://github.com/python/black
7-
rev: 20.8b1
7+
rev: 22.3.0
88
hooks:
99
- id: black
1010
- repo: https://github.com/fsfe/reuse-tool

create_requirement_images.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -203,9 +203,6 @@ def make_header(position, project_files):
203203
if isinstance(cur_file, str):
204204
if "." in cur_file[-5:]:
205205
cur_extension = cur_file.split(".")[-1]
206-
if cur_extension == "csv":
207-
print("Found CSV:")
208-
print(cur_file)
209206
if cur_extension in SHOWN_FILETYPES:
210207
project_files_to_draw.append(cur_file)
211208
# tuple for directory

0 commit comments

Comments
 (0)