You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
» flake8 .
./tests/test_version.py
1:1 NIP312 File pyproject.toml should be deleted
# -*- coding: utf-8 -*-
^
Full list of violations and explanations:
https://wemake-python-stylegui.de/en/0.11.1/pages/usage/violations/
I am not sure why I should delete my pyproject.toml 🙂
The text was updated successfully, but these errors were encountered:
# [0.19.0](v0.18.0...v0.19.0) (2019-08-13)
### Bug Fixes
* emit warning when TOML is invalid in a style file (closes [#68](#68)) ([b48e0a4](b48e0a4))
* files should not be deleted unless explicitly set in the style ([b5953ff](b5953ff)), closes [#71](#71)
* improve the way to find the root dir of the project ([fa3460a](fa3460a)), closes [#72](#72)
### Features
* validate the merged style file schema ([1e31d0a](1e31d0a)), closes [#69](#69)
Your bug may already be reported!
Please search on the issue tracker before creating one.
Expected Behavior
That's what I do:
poetry install
poetry add --dev nitpick
nitpick-style.toml
:flake8 .
that's what I get:I am not sure why I should delete my
pyproject.toml
🙂The text was updated successfully, but these errors were encountered: