diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 01371a1..d48f0ac 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,4 +1,3 @@ # Syntax for this file at https://help.github.com/articles/about-codeowners/ -* @conda/conda-dot-org -* @conda/communications +* @conda/conda-dot-org @conda/communications diff --git a/pyproject.toml b/pyproject.toml index 5c0771c..3bfab13 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [tool.codespell] ignore-words-list = "lief,repet" -[tool.ruff] +[tool.ruff.lint] # E, W = pycodestyle errors and warnings # F = pyflakes # I = isort