rbebb

Results 6 issues of rbebb

### Checklist - [x] the issue is indeed a bug and not a support request - [x] issue doesn't already exist: https://github.com/kivy/python-for-android/issues - [x] I have a short, runnable example...

Dubins fails to build on Python 3.9 and 3.10 on Apple Silicon (haven't tried an Intel Mac), but it works on Python 3.8. I'll put the errors messages for each...

Since flake8-eradicate uses `^3.8` for its Python version range, this requires downstream projects that use [poetry](https://github.com/python-poetry/poetry) to set =3.8` so that the upper bound isn't propagated downstream.

Since `darglint` has its `python` version set to `^3.6`, all downstream projects that use `poetry` have to set their `python` versions to `^3.6`/`>=3.6,

### Description I'm looking to use the NDK in an ARM Linux Docker container running on an Apple Silicon computer. However, it would be great to have support for any...

enhancement

Building off of the request for [`flake8-copyright`](https://github.com/astral-sh/ruff/issues/3579), it would be great to have the ability to check for an exact copyright header in any file!

rule
needs-decision