Sort imports with isort

This commit is contained in:
Michal Sojka 2024-09-15 21:16:50 +02:00
parent 23c7c45f04
commit 97e9459c65
2 changed files with 11 additions and 8 deletions

View file

@ -86,6 +86,7 @@
pkgs.bashInteractive
pkgs.python3Packages.flake8
pkgs.python3Packages.flake8-bugbear
pkgs.python3Packages.isort
];
ROSDEP_SOURCE_PATH = "${rosdistro}/rosdep/sources.list.d";
ROSDISTRO_INDEX_URL = "file://${rosdistro}/index-v4.yaml";