upgrade numpy to 1.25.0 and fix bugs (#861)

This commit is contained in:
Atsushi Sakai
2023-07-01 15:30:32 +09:00
committed by GitHub
parent 67edaf8b02
commit 4d71470631
18 changed files with 66 additions and 58 deletions

View File

@@ -126,7 +126,7 @@ def test():
branch_commit = find_branch_point("origin/master")
files = diff_files(branch_commit)
print(files)
rc, errors = run_ruff(files, fix=False)
rc, errors = run_ruff(files, fix=True)
if errors:
print(errors)
else: