mirror of
https://github.com/AtsushiSakai/PythonRobotics.git
synced 2026-04-22 03:00:22 -04:00
upgrade numpy to 1.25.0 and fix bugs (#861)
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user