sobolevn
sobolevn
We use these two with great success for our Vue and Django projects. There are two cases: - They can be used together - They can be used 100% separately...
Hi! Thanks for this package. I am considering to add it to https://github.com/wemake-services/wemake-django-template But, looks like `[email protected]` and `python>=3.6` are not officially supported and not tested against. Should it work...
Hi! Thanks a lot for the `XOR` type! It is very useful. However, currently I have to write a lot of boilerplate to chain 40+ objects with `XOR`. This is...
Roadmap
## Purpose The main idea of this project is to lint `.env` files like this one: https://github.com/wemake-services/wemake-django-template/blob/master/%7B%7Bcookiecutter.project_name%7D%7D/config/.env.template ## Architecture This should be an installable python package. We usually use `poetry`...
We need to enforce `\n` for line breaks.
Some users say, that we need a binary release, so it would be possible to just use `wget` or `curl` to install this project. So, let's do it.
We need to create a blacklist of names that cannot be used. Like `DJANGO_ENV` in my case
We need to tests that all violations 1. have unique codes 2. correctly sorted inside the code 3. have docs in the module docstrings You can have a look at...
We need to create integration tests for all violations. How should it look like? 0. We create a folder `tests/fixtures/integration` 1. We create a folder called `tests/test_violations/` where all other...