From b54a98640d044f0e14a83bc93e85144c4b98681b Mon Sep 17 00:00:00 2001 From: Ant Date: Sat, 2 Sep 2023 07:31:58 -0700 Subject: [PATCH] Remove obsolete comment --- ruff.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/ruff.toml b/ruff.toml index a4212575..ebdb0218 100644 --- a/ruff.toml +++ b/ruff.toml @@ -1,6 +1,5 @@ # Enforce pyflakes(F), pycodestyle(E, W), isort (I), bugbears (B), and pep8-naming (N) rules select = ["F", "E", "W", "I", "B", "N"] -# Ignore these errors for now that are picked up by ruff but were not by flake8 line-length = 100 exclude = ["tests/exceptions/source"] [pycodestyle]