From ea063edf0a790630d0800808fe6236b3e9ddcf22 Mon Sep 17 00:00:00 2001 From: Rob Hudson Date: Wed, 17 May 2023 09:19:14 -0700 Subject: Update linting configuration (#1915) * Update linting configuration This removes flake8 in favor of ruff, which also provides isort support, and updates all files to be black, isort, and ruff compliant. This also adds black and ruff checks to the tox and Github linting workflow. * Tweak the code coverage config and calls --- setup.cfg | 6 ------ 1 file changed, 6 deletions(-) (limited to 'setup.cfg') diff --git a/setup.cfg b/setup.cfg index 9cc24f6..f873f9b 100644 --- a/setup.cfg +++ b/setup.cfg @@ -4,9 +4,3 @@ requires = redis >= 3.0.0 [wheel] universal = 1 - -[flake8] -max-line-length=120 -ignore=E731 -count=True -statistics=True -- cgit v1.2.1