staticdev
staticdev
@mknyszek can I help with something else? I am new to Golang, maybe would need some guidance to have a fix PR if that is the case.
@chuk-a thanks for the pull requests. If possible always identify the language you are working on with [MN] in the beginning of the name of them. We do this so...
See https://github.com/terrencepreilly/darglint/pull/190
@Helveg Timothy is currently not maintaining isort, but feel free to propose a fix in case you feel like, me and other contributors are applying latest changes.
@Vagrantin same trick, edit /etc/apt/sources-list.d/yoursource and add [arch=amd64] before it. Or arm64 if it is ARM processor.
hi @mtelka, where do you see that? our CI runs all unit tests for all supported versions of python. could you please give more details?
@mtelka I believe something is wrong with your local environment, since tests are passing on my machine and on CI. How are you running pytest?
@aholmes technically it is not a breaking anything. It is just a regular improvement on sorting. Django is a projecto se have integration tests for QA, but we had to...
@LepkoQQ in this case I would definitely agree. Isort must be stable. I would like to confirm it is really happening.
@LepkoQQ I just cloned the Django repository and actually the sorting is stable, it works on the first time (no additional changes on second run). If @LepkoQQ and @DanielNoord agree...