Mentions légales du service

Skip to content
Snippets Groups Projects
  • ANDREY Paul's avatar
    2af02340
    Reformat code files using black. · 2af02340
    ANDREY Paul authored
    * Run [black](https://github.com/psf/black/) to reformat the existing codebase.
    * Add a limited amount of `# fmt: off` comments to protect some code blocks that
      are believed to achieve better readability in their previous form.
    * Add (limited) black configuration parameters to `pyproject.toml` for their use
      by any contributor to declearn.
    2af02340
    History
    Reformat code files using black.
    ANDREY Paul authored
    * Run [black](https://github.com/psf/black/) to reformat the existing codebase.
    * Add a limited amount of `# fmt: off` comments to protect some code blocks that
      are believed to achieve better readability in their previous form.
    * Add (limited) black configuration parameters to `pyproject.toml` for their use
      by any contributor to declearn.