Update quality tooling for formatting (#21480)
* Result of black 23.1 * Update target to Python 3.7 * Switch flake8 to ruff * Configure isort * Configure isort * Apply isort with line limit * Put the right black version * adapt black in check copies * Fix copies
This commit is contained in:
@@ -20,7 +20,7 @@ import unittest
|
||||
git_repo_path = os.path.abspath(os.path.dirname(os.path.dirname(os.path.dirname(__file__))))
|
||||
sys.path.append(os.path.join(git_repo_path, "utils"))
|
||||
|
||||
import check_dummies
|
||||
import check_dummies # noqa: E402
|
||||
from check_dummies import create_dummy_files, create_dummy_object, find_backend, read_init # noqa: E402
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user