Jason R. Coombs
Jason R. Coombs
Please consider contributing this fix or others to the revived project at [coherent-oss](/coherent-oss/pytest-flake8).
Update - the project in PyPI was handed over to me. I've published a new release (1.1.2) pointing to the new hosting at [coherent-oss](/coherent-oss/pytest-flake8). Further maintenance is welcome there.
Fixed. Thanks.
I'm not aware of any projects that support building extension modules.
I believe I've also encountered a related issue when working on pypa/setuptools#4310, whose config has a `distutils` factor in the matrix config that is [only set on one include](https://github.com/pypa/setuptools/blob/bfb117a8c86dd95f3c237863ed7ac6cd330116fe/.github/workflows/main.yml#L61-L63). However,...
This report has no description of the issue and should be closed as invalid.
> > It's also conceivable that the "format on save" option could be enabled in a per-project > > This is not only conceivable, but already possible: Indeed, I've tested...
> For this you need to use the Sublime Text project feature, i.e. save a `*.sublime-project` file (_Project / Save Project As..._ from the menu) and edit the `"settings"` section...
Today I encountered another case where having a .sublime-project is unhelpful. I was editing a specific file (e.g. `subl ~/.local/bin/hg`) and I was making some changes to it, but ruff's...
> ctrl+shift+p is the default shortcut that opens a project selector that shows the list of projects that were saved. This is how you are really supposed to interact with...