-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
build: update deps, remove isort and black. #31
Conversation
…passed to the runner (olzhasar#29) * fix: prevent argparse from eating up abbreviated args that should be passed to the runner * build: fixing with `ruff check .` * build: formatting update.
Why do you want to remove |
Is 3.12 working for you? Poetry install with env 3.12 fails for me.
…On Mon, Mar 25, 2024 at 12:09 AM Olzhas Arystanov ***@***.***> wrote:
Why do you want to remove python3.12 support?
—
Reply to this email directly, view it on GitHub
<#31 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AACQQVCFHXRQYUESTLL6E6TYZ7EQZAVCNFSM6AAAAABFF7V4BWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDAMJXGM2TMOBQGU>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Yes, it works without issues on my end. Are you sure you have Python 3.12 installed on your machine? |
Yes, of course. I use poetry to manage my environments. I'm fine getting
rid of this PR. I'm playing with using entr and watchman to do the file
watching and restarting anyway. Thanks for writing pytest-watcher!
…On Mon, Apr 1, 2024 at 10:27 AM Olzhas Arystanov ***@***.***> wrote:
Yes, it works without issues on my end. Are you sure you have Python 3.12
installed on your machine?
—
Reply to this email directly, view it on GitHub
<#31 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AACQQVBZWGS63DUNLEVYQUTY3GKHVAVCNFSM6AAAAABFF7V4BWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDAMZQGIYDIMBRGM>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
@radoshi Could you share what error do you get when trying to install requirements with Python 3.12? |
|
@radoshi Thank you. I was able to reproduce it on my Mac, looks like some weird dev dependency conflict. It should now be working without issues. I have made some additional changes here to ensure that pre-commit hook versions match the ones from poetry.lock. Also, it turns out that |
awesome!
…On Tue, Apr 2, 2024 at 12:31 AM Olzhas Arystanov ***@***.***> wrote:
@radoshi <https://github.com/radoshi> Thank you. I was able to reproduce
it on my Mac, looks like some weird dev dependency conflict. It should now
be working without issues.
I have made some additional changes here to ensure that pre-commit hook
versions match the ones from poetry.lock.
Also, it turns out that ruff does not sort imports by default, I had to
make a minor configuring for that to work
<https://docs.astral.sh/ruff/formatter/#sorting-imports>
—
Reply to this email directly, view it on GitHub
<#31 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AACQQVBXMAD43L2K5YOXTIDY3JNFLAVCNFSM6AAAAABFF7V4BWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDAMZRGI3TEMBWHA>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Configuration update PR.