Hashem

Results 22 comments of Hashem

Passing the filename can cause pydeps to incorrectly resolve imports. If you have modules like: ``` a.b a.c c ``` and `a/b.py` has `import c` then passing `pydeps a/b.py --show-deps`...

Thanks for the clarifications! > 1. Probably should try to leave headers alone TIL about the pycodestyle suggested header style, thanks. IMO since PEP 8 doesn't specify a header style,...