Mattijn van Hoek
Mattijn van Hoek
Thanks for raising the issue! Your code gives me the following: Which raises on the line that is too long. I'm on `pycodestyle_magic` version `0.5`. But funny enough the last...
Hm. Its hard to say. The settings are parsed to `flake8` [here](https://github.com/mattijn/pycodestyle_magic/blob/master/pycodestyle_magic.py#L211:L214): ```python flake = flake8_module.get_style_guide( extend_ignore=ignore_codes, max_line_length=max_line_length ) ``` If I do: ```python import flake8 flake8.__version__ ``` I got...
You are right. I can reproduce this issue. (since I included `flake8_on` (and `pycodestyle_on`) I haven't used these one cell checkers anymore)
This needs a bit more thought before I can implement this. Open for ideas/suggestions/PRs!
Thanks for the work @dr-jts! This is something to look forward to. One question. What type of strategy did you implement to detect junctions. Do you consider a path/arc shared...
Not exactly sure either.. based on this [code comment](https://github.com/libgeos/geos/blob/main/include/geos/coverage/CoveragePolygonValidator.h#L56:L57): ```cmd * * If the polygon boundary intersects another polygon boundary, the vertices * and line segments of the intersection match...
Clear review from @jakevdp. Closing for now.
Thank you @palewire. Once you found something, can you open a new PR? I'm closing this one.
@binste, could you please check if this PR is still of interest?
There are currently numerous conflicts that need resolving first. I can have a look later this week.