diff --git a/pyproject.toml b/pyproject.toml index eac5e9589795c0cb2647965c6807fd5d2fb89ec3..ed4a34b43506ba6a689b747c4b6217cb5107105a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,7 +47,7 @@ ignore_missing_imports = true [tool.ruff] line-length = 101 target-version = "py37" -select = ["W", "I", "UP", "YTT", "B", "A", "DTZ", "T10", +select = ["F", "W", "I", "UP", "YTT", "B", "A", "DTZ", "T10", "EXE", "ISC", "ICN", "G", "INP", "PIE", "PYI", "Q", "RSE", "SLF", "TID", "PL", "COM", "C4", "PT", "RET", "SIM", "PTH", "PGH", "PL", "TRY", "RUF"] ignore = ["PLR2004", "PLR0913"] diff --git a/tests/unit/test_g1_monetary_license.py b/tests/unit/test_g1_monetary_license.py index ccba52922bd188ee8e85414289cc1d76d9b24dd6..76d8fa15d42b4adbf5c5325c582053daf9708bc7 100644 --- a/tests/unit/test_g1_monetary_license.py +++ b/tests/unit/test_g1_monetary_license.py @@ -13,7 +13,6 @@ # You should have received a copy of the GNU Affero General Public License # along with Silkaj. If not, see <https://www.gnu.org/licenses/>. -from pathlib import Path from unittest.mock import patch import pytest