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:
@@ -22,7 +22,6 @@ REPO_PATH = "."
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
|
||||
doctest_file_path = os.path.join(REPO_PATH, "utils/documentation_tests.txt")
|
||||
non_existent_paths = []
|
||||
with open(doctest_file_path) as fp:
|
||||
|
||||
Reference in New Issue
Block a user