Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Feb 3, 2025
1 parent 2830222 commit e6e5063
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
1 change: 1 addition & 0 deletions klaus/ctagscache.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
this could be optimized in the future.
(**) "most likely": currently implemented as "most recently used"
"""

import atexit
import gzip
import os
Expand Down
10 changes: 5 additions & 5 deletions klaus/diff.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
"""
lodgeit.lib.diff
~~~~~~~~~~~~~~~~
lodgeit.lib.diff
~~~~~~~~~~~~~~~~
Render a nice diff between two things.
Render a nice diff between two things.
:copyright: 2007 by Armin Ronacher.
:license: BSD
:copyright: 2007 by Armin Ronacher.
:license: BSD
"""

from difflib import SequenceMatcher
Expand Down
3 changes: 2 additions & 1 deletion tools/dumbtest.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
""" Very dumb testing tool: Ensures all sites respond with HTTP 2xx/3xx """
"""Very dumb testing tool: Ensures all sites respond with HTTP 2xx/3xx"""

import atexit
import re
import sys
Expand Down

0 comments on commit e6e5063

Please sign in to comment.