LuKrO2011

Results 6 comments of LuKrO2011

Based on your setup, @denini08, I executed the following: ``` git clone --depth=1 https://github.com/arrow-py/arrow cd arrow python3 -m venv .venv source .venv/bin/activate pip3 install .[dev,test,tests,testing] find . -maxdepth 3 -type...

Thanks for bringing this up — we were considering that feature previously as well. Sadly, this is not as trivial as it might seem. There are currently two parameters that...

We would appreciate that! I am happy to review any changes so that in the end your code can be merged into this repo. I will keep this issue open...

Hi @Shikaikai02, thank you for reporting this. This code snippet also does not work very well: ```python def foo(d: dict[str, int]): if d['abcdef']: ... ``` whereas this works as expected...

One problem was that the constant seeding only worked for modules within packages (having a `__init__.py`). I explicitly also added the SUT module itself to scan for seeds in case...