herr kaste
herr kaste
mypy changed the col base. We need to normalize this column to the base flake8 expects. Tested with mypy-0.610 E.g. **before** the patch ``` > type plugin.py | C:\Dev\python36\Scripts\flake8.exe --format...
Hi :wave:! Generally, overriding `communicate` is discouraged. However, the current implementation is also broken. - `'__RELATIVE_TO_FOLDER__'` is not used directly, and since SL4 is coming really, really not necessary. -...
There is an interesting patch on SublimeLinter https://github.com/SublimeLinter/SublimeLinter/commit/eea4e984da374c33255b551266b90d1e0d0b7650 It looks like we don't verify anything when popping the contextmanager stacks, ahem on `__exit__`, and it totally makes sense to check...
I found https://github.com/edgeware/mockito-python/commit/4adbc1140393f53db11da2f91b863d13338e95c4 but I don't know if it is working
#6042/#6044 gives me new mypy complaints on my code base. `ChainMap` only ever writes to the first mapping in `maps`. That's my understanding. For example `ChainMap({}, defaults)` is a typical...
Hi! Here https://github.com/Gillespie59/eslint-plugin-angular/blob/cd58df172c1561994ce980bc9d9042f7a4b11c15/rules/service-name.js#L72 you just `console.warn` which lands on stderr. For SublimeLinter we parse stderr for common errors. It would be way easier to parse this message if you reword...
The `plugin_name` is the name of the "package" the user installed, e.g. `SublimeLinter-contrib-mypy`.
We currently only run on normal buffers. See `util.is_lintable`. As we have especially `codespell` as a not so bad spelling helper. It would be awesome if it could run on...