sobolevn
sobolevn
There's an awesome setting for the `isort` that I use quite frequently in my setup: `settings-path`. It allows to specify the desired configuration path. Could I please add a support...
I am using this approach in some of my fixtures: ```python @pytest.fixture() def async_wrapper(): """Fixture to convert all regular functions into async ones.""" def factory(template: str) -> str: return template.replace(...
As I have already mentioned in https://github.com/jllorencetti/pytest-deadfixtures/issues/16#issuecomment-385154686 this plugin breaks the test count in the output. ## How it is now It seams that this plugin breaks something related with...
As we have discussed in https://github.com/jllorencetti/pytest-deadfixtures/issues/16#issuecomment-385133269 `--dup-fixtures` right now does not raise exceptions even when there are duplicates. I can think of several things: 1. Current behavior is not mentioned...
`poetry` has `dependencies` and `dev-dependencies`. In development we can import packages from both sections. But, in production we cannot use packages in `dev-dependencies`. I think that `dev-dependencies` should be checked...
Related: - https://github.com/PyCQA/flake8-commas - https://github.com/wemake-services/wemake-python-styleguide/issues/2276
This project is an awesome project starter. Thanks! ## Problem But one thing caught my eye: there's only one configuration file for all possible envs: `development`, `stage`, `testing`, `production` and...
I write about `python` and web development in general. I also write about management in IT.
## Summary * OS: - * Bug fix: no * Type: doc * Fixes: - ## Description Previously the wording was quite confusing: `name` is not a `function` (in a...