Julian Grimm

Results 8 issues of Julian Grimm

## Type of Changes | | Type | | --- | ---------------------- | | ✓ | :bug: Bug fix | | | :sparkles: New feature | | | :hammer: Refactoring...

### Bug description I have a package that sits in a child folder of the current working directory (./src). Now if I want to to run pyreverse for this module...

pyreverse
Needs investigation 🔬

### **Describe the bug** When using the `pythonLocation` environment variable set by the `actions/setup-python` action, this extension reports "Context access might be invalid" even though it is a valid environment...

bug

When running bump-my-version with a development version that's ahead of the latest tag (which is expected in most development workflows), the tool issues a warning. For example in my setup...

I recently noticed that installing repopack also installs the tests module into the venv. So when working on other projects that also have a tests module this breaks the imports....

## Type of Changes | | Type | | --- | ---------------------- | | ✓ | :bug: Bug fix | | ✓ | :hammer: Refactoring | ## Description Closes #9045...

Enhancement ✨
pyreverse
Work in progress

### Bug description I recently stumbled across this in a project. The invalid-overridden-method (W0236) checker doesn't detect return type mismatches in overridden methods. Tools like Pyright/Pylance correctly detect this issue,...

Work in progress
False Negative 🦋

### Bug description Bug description Pylint incorrectly reports E1102: not-callable for torch.nn.functional.one_hot regardless of how it’s referenced: via alias: from torch.nn import functional as F; F.one_hot(...) fully qualified: torch.nn.functional.one_hot(...) direct...

Needs triage :inbox_tray: