RNKuhns

Results 18 issues of RNKuhns

### Describe the bug When running bandit as a pre-commit hooks on pre-commit.ci or locally I am getting an error that says the Bandit hook can't read the pyproject.toml file....

bug

It would be useful to include some additional documentation about how to structure the config file when using `pyproject.toml`. I ran into some problems setting up the config file to...

### Polars version checks - [X] I have checked that this issue has not already been reported. - [ ] I have confirmed this bug exists on the [latest version](https://pypi.org/project/polars/)...

bug
python
needs triage

@hynek thanks for the work on `attrs`! Ideally, I'd only like a field to appear in a class' *repr* if that field is set to a non-default value. An example...

Feature

I love the ability to include the `numpydoc` validations in my pre-commit routine. Sorry, I got busy and couldn't help with testing. As I've been implementing the validations as a...

Found a potential bug. I'm noticing the following pattern for excluding a method as shown in docs is generating a malformed toml error: ```toml exclude = [ "\.__init__$", ] ```...

# Summary This PR provides functionality in line with #1193. It adds a new parameter to attrs.define to allow users to toggle on/off the ability to create classes that dynamically...

When choosing `remove_text=True` I would have assumed that the text for axis labels was removed along with the axis ticks and any titles. But it doesn't seem to do that....

**Mentee:** Ryan Kuhns (@RNKuhns and [LinkedIn](https://www.linkedin.com/in/rnkuhns/)) **Mentor(s):** @mloning **Why did you join sktime's mentorship program?** To learn about contributing to opensource projects and of course to learn more about timeseries...

mentoring

**Feature Overview** What would you like to see changed/added? It would be nice to be able to use Ochrona in a pre-commit routine (anytime requirements change then ochrona runs). An...