nnrepos
nnrepos
I'm starting work on ansmachine.py
@gpotter2 > 3\. This will create `test/pyannotate_results` This is true only if the script is run from the test folder. Is that your intention?
when running pyannotate, I get: pyannotate --type-info ./pyannotate_results -w scapy/ansmachine.py Traceback (most recent call last): File "C:\Python27\Lib\runpy.py", line 174, in _run_module_as_main "__main__", fname, loader, pkg_name) File "C:\Python27\Lib\runpy.py", line 72, in...
this can be closed (fixed by #374, bf67dd9d)
hello @twschiller, i would like to contribute here, using `https://github.com/jieter/django-tables2`. are you ok with adding it as an installed app? also, since it has built-in support for pagination, can i...
in this sentence: `When evidence and hypotheses, state that they were added, not edited` did you mean: `When evidence and hypotheses are added, state that they were added, not edited`?
hey @felix-hilden, i would like to work on this, and add the grammar version to the error message. i believe the error occurs in `src/black/parsing.py:103`: ```py grammars = get_grammars(set(target_versions)) errors...
> I think this issue should be marked closed, correct me if I am wrong hey, usually an issue is closed when a PR is merged. this is done automatically...
> I feel like this will create more user confusion: > > ``` > % black --target-version py36 -c 'a++' > a++ > error: cannot format : Cannot parse (python...
> > ok, can you help me understand why we parse `python 3.0`, when a user asks to parse `py36`? > > We don't have separate grammars for every version....