From a47ac3ea8fb70b950c2bcfbd98e96c87104e4ea4 Mon Sep 17 00:00:00 2001 From: Ken Odegard Date: Wed, 2 Oct 2024 13:57:03 -0500 Subject: [PATCH] Update ruff config & `CODEOWNERS` (#214) --- .github/CODEOWNERS | 3 +-- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 01371a1b..d48f0ac2 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 5c0771c9..3bfab13a 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