diff --git a/pyproject.toml b/pyproject.toml index e4b51dc..583382a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,13 +8,13 @@ profile = "black" max-line-length = 120 max-complexity = 7 exclude = ["migrations", "venv"] -ignore = ["E501"] +ignore = ["E501", "W503"] [tool.pytest.ini_options] python_files = ["test_*.py", "tests.py"] norecursedirs = ["venv", "old_tests"] addopts = """ ---ds=botscontabeis.settings --no-migrations --reuse-db +--ds=palpiteiros.settings --no-migrations --reuse-db --pdbcls=IPython.terminal.debugger:TerminalPdb --color=yes --quiet --numprocesses=auto --cov --cov-report=html --no-cov-on-fail --maxfail=1 --cov-fail-under=80 --cov-branch