Skip to content

Commit

Permalink
chore: fix project name in pyproject file
Browse files Browse the repository at this point in the history
  • Loading branch information
eldersantoss committed Jun 26, 2024
1 parent b754434 commit 25407ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 25407ae

Please sign in to comment.