Skip to content

Conversation

@Guts
Copy link
Contributor

@Guts Guts commented Jul 18, 2023

isort est un outil pour homogénéiser l'ordre des imports et se conformer facilement à la PEP8 :

Imports should be grouped in the following order:

  1. Standard library imports.
  2. Related third party imports.
  3. Local application/library specific imports.

You should put a blank line between each group of imports.

Cette PR ajoute isort aux dépendances de développement et comme git hook à la config (en utilisant Python 3.8) puis l'applique à la base de code.

PR liée à #36

@Guts Guts changed the base branch from master to develop July 18, 2023 10:40
@github-actions github-actions bot added enhancement New feature or request quality tooling labels Jul 18, 2023
@Dolite Dolite added this to the 2.0.0 milestone Jul 18, 2023
@Dolite Dolite merged commit be8c615 into rok4:develop Jul 18, 2023
@Dolite Dolite removed the enhancement New feature or request label Jul 18, 2023
@Guts Guts deleted the tooling/add-isort branch August 31, 2023 13:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants