diff --git a/pyproject.toml b/pyproject.toml index ac29a2a..63fd0fb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -50,11 +50,9 @@ line-length = 100 [tool.ruff.lint] extend-select = [ -<<<<<<< HEAD "I", # isort -======= + "B", # flake8-bugbear "E", # pycodestyle errors ->>>>>>> f20fd71 (project: Extend ruff check with pycodestyle) "UP", # pyupgrade "W", # pycodestyle warnings ]