SADIK KUZU

Results 12 comments of SADIK KUZU

Hi @vvelusamy1 Thanks for asking. Well, actually, this pr is about preparation before new release. Unreleased changes are: https://github.com/serhatbolsu/robotframework-appiumlibrary/compare/1.6.3...master

I think there is not an error occurring under these OS/Python/Library version constraints. ``` $ docker run -ti --rm python:3.9.16 bash root@dab37e4fa70d:/# cd root@dab37e4fa70d:~# python -VV Python 3.9.16 (main, Feb...

`pre-commit autoupdate` follows these git commands: https://github.com/pre-commit/pre-commit/blob/main/pre_commit/commands/autoupdate.py#L42-L61 To demonstrate so, I ran such commands: ```shell git clone https://github.com/twisted/towncrier.git cd towncrier git checkout --track origin/571-pre-commit-hooks git fetch origin HEAD --tags git...

On the other hand, [23.10.0](https://github.com/twisted/towncrier/tree/23.11.0) version has such warning message: ![image](https://github.com/twisted/towncrier/assets/23168063/4c23bf33-51a4-46f8-8bea-371202cdcbc9)

@adiroiban hi, Can you approve remaining workflow runs? ![image](https://github.com/twisted/towncrier/assets/23168063/9f8f30cd-fd76-431e-a7c1-9d8a1188dad8)

It seems ok now: ![image](https://github.com/twisted/towncrier/assets/23168063/4f594b23-5971-4634-a4d6-8b0f3047a9cc)

Moreover, [this pre-commit step](https://github.com/twisted/towncrier/blob/571-pre-commit-hooks/.github/workflows/ci.yml#L215-L218) is not necessary: ![image](https://github.com/twisted/towncrier/assets/23168063/f4488f76-0e3a-4dd1-8c16-359b5520b208) Remaining next steps alone do right actions: https://github.com/twisted/towncrier/blob/571-pre-commit-hooks/.github/workflows/ci.yml#L219-L225 👍🏼

> Thanks for your help and feedback. > > You help was critical in finding the source of this bug. > > I don't think that we should merge this...