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 --- codecov.yml | 1 + 1 file changed, 1 insertion(+) (limited to 'codecov.yml') diff --git a/codecov.yml b/codecov.yml index aa84c67..6e566ad 100644 --- a/codecov.yml +++ b/codecov.yml @@ -1,2 +1,3 @@ ignore: + - setup.py - "*/tests/*" -- cgit v1.2.1