You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Les distributions récentes utilisant des version de python plus récentes, cela oblige à installer un python3.9 ou à créer ses propres hooks. Il semblerait plus judicieux de ne pas fixer la version de python.
Le fichier permettant de setup des hooks pre-commit (https://github.com/PnX-SI/GeoNature/blob/master/.pre-commit-config.yaml) utilise la version 3.9 de python (EOL octobre 2025).
Les distributions récentes utilisant des version de python plus récentes, cela oblige à installer un python3.9 ou à créer ses propres hooks. Il semblerait plus judicieux de ne pas fixer la version de python.
language_version: python3.9
->
language_version: python
The text was updated successfully, but these errors were encountered: