view .pre-commit-config.yaml @ 443:0fec1621aa3f

Merge branch 'master' of https://github.com/amsehili/auditok
author www-data <www-data@c4dm-xenserv-virt2.eecs.qmul.ac.uk>
date Thu, 31 Oct 2024 08:17:59 +0000
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