Skip to content

Commit

Permalink
Merge pull request #54 from svenevs/fix/python3.12
Browse files Browse the repository at this point in the history
Add support for python 3.12
  • Loading branch information
jwnimmer-tri authored Mar 1, 2024
2 parents 6aae49e + 0c13a6c commit b474ba1
Show file tree
Hide file tree
Showing 2 changed files with 401 additions and 401 deletions.
4 changes: 2 additions & 2 deletions cpplint/cpplint.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
from six.moves import xrange


_USAGE = """
_USAGE = r"""
Syntax: cpplint.py [--verbose=#] [--output=vs7] [--filter=-x,+y,...]
[--counting=total|toplevel|detailed] [--root=subdir]
[--linelength=digits] [--headers=x,y,...]
Expand Down Expand Up @@ -1112,7 +1112,7 @@ def FullName(self):
return os.path.abspath(self._filename).replace('\\', '/')

def RepositoryName(self):
"""FullName after removing the local path to the repository.
r"""FullName after removing the local path to the repository.
If we have a real absolute path name here we can try to do something smart:
detecting the root of the checkout and truncating /path/to/checkout from
Expand Down
Loading

0 comments on commit b474ba1

Please sign in to comment.