Kyle Finley

Results 10 issues of Kyle Finley

My application updated from 15.0.0 to 15.0.1 via a dependabot PR earlier today. This resulted in `click.testing.CliRunner` raising `ValueError: I/O operation on closed file.` ([logs](https://github.com/onicagroup/runway/runs/2802805895?check_suite_focus=true#step:10:10975)) in our tests. I would...

# Current behavior ````markdown # Headding 1 ## Heading 1.1 ```shell echo "Hello world!" ``` ## Heading 1.2 ```shell echo "Example 2" ``` Example text ```` Given the above note,...

improvement request :hammer:
help wanted :sos:

# Summary Setup `poetry` to manage project dependencies, build, and publish. # What Changed ## Added - added configuration for `poetry` - to support the `scripts` arg of `setuptools.setup()`, will...

When writing tests for Troposphere templates, I often check that resource properties contain the appropriate value references. Currently, only the `Ref` object has comparison capabilities (`__eq__` only) requiring me to...

closes #688 This change allows for the resolution of all `stacker.lookups` passed into a hook's args without needing to add a handler to each hook. Previously, only lookups to the...

Similar to #419 but for class magic methods. The following example results in the the two overloaded `__getitem__` methods to be flagged with D105. The expected result is that they...

> **NOTE:** This has only been tested with pyright as the type checker and a virtual environment created by poetry. It could be isolated to this combination of tools or...

This PR moves existing logic into a new method for reuse, pulls the logic from #4529 forward into 1.2, and adds a condition to handle legacy repositories (Sonatype Nexus) returning...

Opening to remind myself to contribute this when I get a chance unless someone beats me to it but also to discuss final formatting. Using the following example code: ```python...

### Is there an existing issue for this? - [X] I have searched existing issues, it hasn't been reported yet ### Use case description This is to bypass a bug...