Skip to content
Snippets Groups Projects
Select Git revision
  • f25e998cbd64d21ab0661d235a804f548a2d73c3
  • master default protected
  • develop
  • v1.0.3-PAGoDA.2
  • v1.0.3
  • v1.0.3-PAGoDA.1
  • v1.0.2
  • v1.0.1
  • v1.0.0
9 results

requirements.dev.in

Blame
  • Forked from EDP / MKDocs Template
    37 commits behind the upstream repository.
    Romain Deville's avatar
    Romain Deville authored
    Automatically remove flakehell dependencies from `mkdocs_template_rdeville` as
    flakehell seems to be dying.
    Replace flakehell by flake9, fork of flake8 with pyproject support.
    Update files accordingly.
    
    Fix pydocstyle warning in plugins.py files.
    
    Upgrade CI from mkdocs_template_rdeville.
    1afa3c19
    History
    requirements.dev.in 1.21 KiB
    
    
    ### BEGIN MKDOCS TEMPLATE ###
    ### WARNING, DO NOT UPDATE CONTENT BETWEEN MKDOCS TEMPLATE TAG !###
    ### Modified content will be overwritten when updating.###
    # DEVELOPER REQUIREMENTS
    # ============================================================
    # DESCRIPTION:
    #   Mainly testing suite tools to ensure and/or enfore code syntax
    
    # Testing tools
    # ------------------------------------------------------------
    # Tox is a generic virtualenv management and test command line tool
    # https://pypi.org/project/tox/
    tox
    
    # The uncompromising code formatter.
    # https://pypi.org/project/black/
    black
    
    # A Python utility / library to sort Python imports.
    # https://pypi.org/project/isort/
    isort
    
    # pytest: simple powerful testing with Python
    # https://pypi.org/project/pytest/
    pytest
    
    # Flake8 with pyproject support
    # https://pypi.org/project/flake9/
    flake9
    
    # python code static checker
    # https://pypi.org/project/pylint/
    pylint
    
    # Python docstring style checker
    # https://pypi.org/project/pydocstyle/
    pydocstyle
    
    # Python wrapper around invoking shellcheck (https://www.shellcheck.net/)
    # https://pypi.org/project/shellcheck-py/
    shellcheck-py
    
    # A linter for YAML files.
    # https://pypi.org/project/yamllint/
    yamllint
    ### END MKDOCS TEMPLATE ###