Skip to content

Commit

Permalink
Clean up lint script docstrings
Browse files Browse the repository at this point in the history
  • Loading branch information
calcmogul committed Oct 9, 2024
1 parent d669982 commit 0d3cb19
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions lint/check_filenames.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
#!/usr/bin/env python3

"""Ensure .tex filenames use hyphens and .py files use underscores. Vice versa
is not allowed.
"""
Ensure .tex filenames use hyphens and .py files use underscores. Vice versa is
not allowed.
"""

import os
Expand Down
2 changes: 1 addition & 1 deletion lint/check_links.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env python3

"""Ensure URLs in every .tex file are reachable"""
"""Ensure URLs in every .tex file are reachable."""

import multiprocessing as mp
import os
Expand Down

0 comments on commit 0d3cb19

Please sign in to comment.