From a1962b838c298f3a186ae3260132e226341bd7d2 Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 16 Jun 2025 07:06:58 +0000 Subject: [PATCH] GitHub bot: fix linting issues (nobuild) --- .github/generate_map.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/generate_map.py b/.github/generate_map.py index 50ebba9ba..744b71d67 100644 --- a/.github/generate_map.py +++ b/.github/generate_map.py @@ -104,13 +104,13 @@ def build_choropleth(percent_by_iso): fig.update_layout( coloraxis_colorbar=dict( title="% stargazers", - orientation="h", # <-- échelle horizontale - x=0.5, # <-- centré - y=0, # <-- tout en bas + orientation="h", # <-- échelle horizontale + x=0.5, # <-- centré + y=0, # <-- tout en bas xanchor="center", yanchor="bottom", thickness=15, - len=0.7, # <-- longueur de l'échelle, ajustable + len=0.7, # <-- longueur de l'échelle, ajustable ), margin=dict(l=0, r=0, t=0, b=0), )