view .pre-commit-config.yaml @ 424:12a7f01c633b

Update docstrings
author Amine Sehili <amine.sehili@gmail.com>
date Sat, 19 Oct 2024 15:21:43 +0200
parents 5f32574c9788
children
line wrap: on
line source
repos:
-   repo: https://github.com/pycqa/isort
    rev: 5.13.2
    hooks:
      - id: isort
        args: ['--line-length=80']
-   repo: https://github.com/psf/black
    rev: 24.4.2
    hooks:
    - id: black
-   repo: https://github.com/PyCQA/flake8
    rev: 7.1.0
    hooks:
    -   id: flake8
        additional_dependencies:
            - flake8-bugbear
            - flake8-comprehensions
            - flake8-simplify
-   repo: https://github.com/pre-commit/pre-commit-hooks
    rev: v4.6.0
    hooks:
    -     id: end-of-file-fixer
    -     id: trailing-whitespace