-
- [ ] Add flake8
- [ ] Add black
- [ ] Add isort
- [ ] Integrate codecov
- [ ] Add pre-commit hook
- [ ] Run unit tests with GitHub Actions
-
### Did you check existing requests?
- [X] I have searched the existing issues
### Describe the feature
Hello everyone. First of all thank you for this great library. I have a little question where…
-
### What's wrong
using of `master` version causing false-positive `WPS319` violation when using multiline strings in conjunction of function (`dedent` in our case)
```python
def _insert_query(con…
-
### Current problem
Right now pylint is displaying the help if called without argument. We could also default to the current directory i.e. ``pylint`` would be equivalent to ``pylint .``.
### De…
-
Currently, isort has functionality to enable adding imports and removing imports. It would be useful to add functionality to replace imports (adding only when removed).
-
I'd like to suggest an (in my opinion) improvement of the project structure/setup and the involved tooling to ease contributions and maintenance.
1. Use [Poetry](https://github.com/python-poetry/po…
-
In favour of ruff.
Update libs as well
Migrate to python >= 3.8
Bump library minor version to 0.4.0 (perhaps)
-
we need to fail the build if the unit tests fail
-
[The Complete Python Development Guide](https://testdriven.io/guides/complete-python/) is an amazing series of articles on how to improve the Python development workflow, from dependency management to…
-
Right now, our `pre-commit-config.yaml` file is only configured to run `black`.
precommit should run:
* black
* flake8
* scripts/alphabetic.py
* scripts/find_missing_kwargs.py