We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4017308 commit 0f8c47aCopy full SHA for 0f8c47a
scripts/validate_filenames.py
@@ -9,7 +9,6 @@
9
filepaths = list(good_file_paths())
10
assert filepaths, "good_file_paths() failed!"
11
12
-
13
upper_files = [file for file in filepaths if file != file.lower()]
14
if upper_files:
15
print(f"{len(upper_files)} files contain uppercase characters:")
0 commit comments