Open glyph opened 8 years ago
Bisected locally; the offending commit is e4da75a227565da05befbe1c3951fac7357e0f33
Thanks for the report.
I don't know how to fix this in a quick and clean way.
I have updated the examples from the test input in https://github.com/twisted/twistedchecker/compare/110-hash-in-string
./build/bin/twistedchecker twistedchecker/functionaltests/comments.py
There is also this
class SimpleConfFile:
"""
some docstring
"""
commentChar = '#'
defaultFilename = None
maybe we should just disable this check
This module produces an error.