Skip to content

Commit c367e34

Browse files
committed
reformat
1 parent 7722805 commit c367e34

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

comment_spell_check/comment_spell_check.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,9 @@ def spell_check_comment(
210210
return mistakes
211211

212212

213-
def spell_check_file(filename, spell_checker, mime_type="", output_lvl=1, prefixes=None):
213+
def spell_check_file(
214+
filename, spell_checker, mime_type="", output_lvl=1, prefixes=None
215+
):
214216
"""Check spelling in ``filename``."""
215217

216218
if len(mime_type) == 0:

comment_spell_check/lib/bibtex_loader.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
21
""" Load Bibtex files into a spell checking dictionary. """
32

43
import bibtexparser
54

5+
66
def split_bibtex_name(name):
77
"""
88
Split a Bibtex name, which is two words seperated by a number.

0 commit comments

Comments
 (0)