Skip to content

Commit 6d42b59

Browse files
committed
pdk format runs sphinx-lint
1 parent 075927a commit 6d42b59

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.pdk/pdk/__init__.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,10 @@ def format(self, pofile):
115115
print(f"{fuzzy_count} fuzzy messages found")
116116
if empty_count:
117117
print(f"{empty_count} untranslated messages found")
118+
try:
119+
sh("sphinx-lint")
120+
except:
121+
pass
118122

119123
def find_obsoletes(self, *, delete=False):
120124
"""Find obsolete .po files."""

0 commit comments

Comments
 (0)