Skip to content

Instantly share code, notes, and snippets.

@ismailsunni
Created February 16, 2023 02:13
Show Gist options
  • Save ismailsunni/232cd9b2527f9638c5736c12636a4f1a to your computer and use it in GitHub Desktop.
Save ismailsunni/232cd9b2527f9638c5736c12636a4f1a to your computer and use it in GitHub Desktop.
isunni@wrk136:~/dev/cpp/valhalla (chinesepostman)$ ./scripts/format.sh
* Already installed at /home/isunni/dev/cpp/valhalla/mason_packages/linux-x86_64/clang-format/11.0.0
* Linking /home/isunni/dev/cpp/valhalla/mason_packages/linux-x86_64/clang-format/11.0.0
* Links will be inside /home/isunni/dev/cpp/valhalla/mason_packages/.link/
* Using 'cp' for symlinking
* Done linking /home/isunni/dev/cpp/valhalla/mason_packages/linux-x86_64/clang-format/11.0.0
Using clang-format 11.0.0 from /home/isunni/dev/cpp/valhalla/mason_packages/.link/bin/clang-format
Requirement already satisfied: black==22.10.0 in /home/isunni/.local/lib/python3.8/site-packages (22.10.0)
Requirement already satisfied: flake8==5.0.4 in /home/isunni/.local/lib/python3.8/site-packages (5.0.4)
Requirement already satisfied: mypy-extensions>=0.4.3 in /home/isunni/.local/lib/python3.8/site-packages (from black==22.10.0) (0.4.3)
Requirement already satisfied: tomli>=1.1.0; python_full_version < "3.11.0a7" in /home/isunni/.local/lib/python3.8/site-packages (from black==22.10.0) (1.2.2)
Requirement already satisfied: pathspec>=0.9.0 in /home/isunni/.local/lib/python3.8/site-packages (from black==22.10.0) (0.9.0)
Requirement already satisfied: platformdirs>=2 in /home/isunni/.local/lib/python3.8/site-packages (from black==22.10.0) (2.4.0)
Requirement already satisfied: click>=8.0.0 in /home/isunni/.local/lib/python3.8/site-packages (from black==22.10.0) (8.0.3)
Requirement already satisfied: typing-extensions>=3.10.0.0; python_version < "3.10" in /home/isunni/.local/lib/python3.8/site-packages (from black==22.10.0) (4.0.1)
Requirement already satisfied: pyflakes<2.6.0,>=2.5.0 in /home/isunni/.local/lib/python3.8/site-packages (from flake8==5.0.4) (2.5.0)
Requirement already satisfied: pycodestyle<2.10.0,>=2.9.0 in /home/isunni/.local/lib/python3.8/site-packages (from flake8==5.0.4) (2.9.1)
Requirement already satisfied: mccabe<0.8.0,>=0.7.0 in /home/isunni/.local/lib/python3.8/site-packages (from flake8==5.0.4) (0.7.0)
reformatted scripts/valhalla_build_config
All done! ✨ 🍰 ✨
1 file reformatted, 12 files left unchanged.
scripts/list_tiles.py:8:1: I001 isort found an import in the wrong position
scripts/list_tiles.py:9:1: I001 isort found an import in the wrong position
scripts/list_tiles.py:149:13: A001 variable "range" is shadowing a python builtin
scripts/list_tiles.py:154:13: A001 variable "range" is shadowing a python builtin
scripts/transit_tiles.py:3:1: I001 isort found an import in the wrong position
scripts/transit_tiles.py:5:1: I001 isort found an import in the wrong position
scripts/transit_tiles.py:9:1: I001 isort found an import in the wrong position
scripts/transit_tiles.py:12:1: I001 isort found an import in the wrong position
scripts/transit_tiles.py:13:1: I004 isort found an unexpected blank line in imports
scripts/valhalla_build_elevation:7:1: I001 isort found an import in the wrong position
scripts/valhalla_build_elevation:8:1: I001 isort found an import in the wrong position
scripts/valhalla_build_elevation:9:1: I001 isort found an import in the wrong position
scripts/valhalla_build_elevation:13:1: I001 isort found an import in the wrong position
scripts/valhalla_build_elevation:15:1: I001 isort found an import in the wrong position
scripts/valhalla_build_elevation:16:1: I001 isort found an import in the wrong position
scripts/valhalla_build_elevation:17:1: I005 isort found an unexpected missing import
scripts/sort_osm.py:15:9: A001 variable "id" is shadowing a python builtin
scripts/sort_osm.py:16:9: A001 variable "id" is shadowing a python builtin
scripts/needs_ci_run:3:1: I001 isort found an import in the wrong position
scripts/needs_ci_run:4:1: I003 isort expected 1 blank line in imports, found 0
scripts/needs_ci_run:4:1: I005 isort found an unexpected missing import
scripts/needs_ci_run:5:1: I001 isort found an import in the wrong position
scripts/needs_ci_run:6:1: I001 isort found an import in the wrong position
scripts/valhalla_build_config:2:1: I001 isort found an import in the wrong position
scripts/valhalla_build_config:3:1: I005 isort found an unexpected missing import
scripts/valhalla_build_config:4:1: I001 isort found an import in the wrong position
scripts/valhalla_build_config:539:5: A002 argument "help" is shadowing a python builtin
scripts/valhalla_build_extract:4:1: I001 isort found an import in the wrong position
scripts/valhalla_build_extract:6:1: I001 isort found an import in the wrong position
scripts/valhalla_build_extract:8:1: I001 isort found an import in the wrong position
scripts/valhalla_build_extract:10:1: I001 isort found an import in the wrong position
scripts/valhalla_build_extract:16:1: I001 isort found an import in the wrong position
scripts/valhalla_build_extract:17:1: I005 isort found an unexpected missing import
src/bindings/python/config.py:4:1: I001 isort found an import in the wrong position
src/bindings/python/config.py:5:1: I005 isort found an unexpected missing import
src/bindings/python/config.py:5:1: I005 isort found an unexpected missing import
isunni@wrk136:~/dev/cpp/valhalla (chinesepostman)$ git status
On branch chinesepostman
Changes not staged for commit:
(use "git add <file>..." to update what will be committed)
(use "git restore <file>..." to discard changes in working directory)
modified: scripts/valhalla_build_config
modified: src/baldr/curler.cc
modified: src/bindings/python/python.cc
modified: src/midgard/point2.cc
modified: src/mjolnir/graphbuilder.cc
modified: src/mjolnir/pbfgraphparser.cc
modified: src/odin/narrativebuilder.cc
modified: src/sif/dynamiccost.cc
modified: src/thor/triplegbuilder.cc
modified: src/tyr/route_serializer_osrm.cc
modified: test/edgecollapser.cc
modified: test/gurka/test_recost.cc
modified: test/loki_service.cc
modified: test/skadi_service.cc
modified: test/test.cc
modified: test/timeparsing.cc
modified: valhalla/baldr/double_bucket_queue.h
modified: valhalla/midgard/tiles.h
no changes added to commit (use "git add" and/or "git commit -a")
isunni@wrk136:~/dev/cpp/valhalla (chinesepostman)$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment