Skip to content

Commit ca4e576

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 8a0a8b9 commit ca4e576

3 files changed

Lines changed: 8 additions & 6 deletions

File tree

klaus/ctagscache.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
this could be optimized in the future.
2727
(**) "most likely": currently implemented as "most recently used"
2828
"""
29+
2930
import atexit
3031
import gzip
3132
import os

klaus/diff.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
"""
2-
lodgeit.lib.diff
3-
~~~~~~~~~~~~~~~~
2+
lodgeit.lib.diff
3+
~~~~~~~~~~~~~~~~
44
5-
Render a nice diff between two things.
5+
Render a nice diff between two things.
66
7-
:copyright: 2007 by Armin Ronacher.
8-
:license: BSD
7+
:copyright: 2007 by Armin Ronacher.
8+
:license: BSD
99
"""
1010

1111
from difflib import SequenceMatcher

tools/dumbtest.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
""" Very dumb testing tool: Ensures all sites respond with HTTP 2xx/3xx """
1+
"""Very dumb testing tool: Ensures all sites respond with HTTP 2xx/3xx"""
2+
23
import atexit
34
import re
45
import sys

0 commit comments

Comments
 (0)