issues Search Results · repo:twisted/twistedchecker language:Python
Filter by
95 results
(57 ms)95 results
intwisted/twistedchecker (press backspace or delete to remove)When running twisted s linting tox task, I got a traceback like this:
Traceback (most recent call last):
File /home/josh/software/jfhbrook/twisted/build/lint/bin/twistedchecker , line 10, in module ...
jfhbrook
- 4
- Opened on Jun 14, 2019
- #138
Every build of Twisted does this.
Traceback (most recent call last):
File .../bin/twistedchecker , line 10, in module
sys.exit(main())
File .../site-packages/twistedchecker/core/runner.py ...
glyph
- 1
- Opened on Apr 8, 2019
- #137
Bit of an edge case, but if I declare a python string containing a # character it gets picked up and checked as a
comment.
See the following diff for an example that triggers the problem (a # symbol in ...
jwtrhs
- 1
- Opened on Oct 15, 2017
- #135
Context: https://github.com/twisted/twisted/pull/601#issuecomment-262439865
moshez
- 2
- Opened on Oct 9, 2017
- #134
If I run
$ twistedchecker --version
twistedchecker 1.5.6,
astroid 1.4.9
Python 2.7.12 (default, Nov 19 2016, 06:48:10)
[GCC 5.4.0 20160609]
I get the same version as pylint
$ pylint --version
No config ...
adiroiban
- Opened on Sep 25, 2017
- #133
Twisted is a runtime dependency, not just a dev dependency, it should be moved out of the dev extra.
type-defect
mithrandi
- Opened on Aug 24, 2017
- #131
twistedchecker cannot run on Python 3.6 This must remain on Python 3.5. If you look at the logs:
https://travis-ci.org/twisted/twisted/jobs/261731629 , this error is there:
AttributeError: TreeRebuilder3k ...
rodrigc
- 1
- Opened on Aug 21, 2017
- #130
Example: if testme : Produces: W9020:1 Whitespace before %s Not: W9020:1 Whitespace before :
dansut
- 1
- Opened on Jul 25, 2017
- #128
If you have a method like this:
def someMethod():
@return: some value
Twistedchecker will complain with Missing a blank line before epytext markups
rodrigc
- Opened on Jan 7, 2017
- #124
pyflakes is already part of the twisted workflow, as I understand it, and flake8 can be configured to not complain about
twisted s disagreements with PEP8 style. flake8 is a nice general framework that ...
type-task
habnabit
- 4
- Opened on Dec 8, 2016
- #122

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.