Skip to content

Commit d56a01c

Browse files
Евгений БлиновЕвгений Блинов
authored andcommitted
Move pytest options to pyproject.toml
1 parent 9a3daeb commit d56a01c

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,9 @@ lint.ignore = ['E501', 'E712', 'PTH123', 'PTH118', 'PLR2004', 'PTH107', 'SIM105'
4949
lint.select = ["ERA001", "YTT", "ASYNC", "BLE", "B", "A", "COM", "INP", "PIE", "T20", "PT", "RSE", "RET", "SIM", "SLOT", "TID252", "ARG", "PTH", "I", "C90", "N", "E", "W", "D201", "D202", "D419", "F", "PL", "PLE", "PLR", "PLW", "RUF", "TRY201", "TRY400", "TRY401"]
5050
format.quote-style = "single"
5151

52+
[tool.pytest.ini_options]
53+
addopts = "-p no:warnings"
54+
5255
[project.urls]
5356
'Source' = 'https://github.com/pomponchik/locklib'
5457
'Tracker' = 'https://github.com/pomponchik/locklib/issues'

pytest.ini

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)