dabljues
dabljues
### Expected behavior I have a virtualenv with flake8 installed. I also have wemake-python-styleguide installed. The problem is, when I run flake8 on a file, it shows many warning from...
When I have a method like this: ```python3 @abstractmethod def foo(self, bar: str) -> int: """foo. Args: bar (str): bar. Returns: int: spam. """ ``` `darglint` gives me a `DAR202`,...
I'm utilizing `uv` to speed up my current dev environment. Basically, I operate on `pyproject.toml` and plain `requirements*` files. I want to use `uv` to speed up the process of...