Results 8 comments of Daniel Krzeminski

Thanks, that makes sense. It worked when i used: `black scripts/generate_schema.py -t py310`

@JelleZijlstra Sounds good, I can make a small doc adjustment in this PR or create a new PR if desired.

Hi @tikendraw, The black GitHub action doesn't format your files by default. See the following lines in [the documentation](https://black.readthedocs.io/en/stable/integrations/github_actions.html), > You can also configure the arguments passed to Black via...

@zzzeek I'm interested in working on this and would appreciate some guidance. Will there be an `is_closed` property on the `Session` to keep track of the session's state? What's the...

@zzzeek I'm working on implementing the test cases and am noticing lots of old tests failing due to the new default (`close_final=True`). Will I have to update the old tests...

@nijel Understood, sorry for missing that in the docs. I will note that for the future. I'll begin working on this issue today.