Mercurial > hg > auditok
annotate .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 |
rev | line source |
---|---|
amine@76 | 1 repos: |
amine@401 | 2 - repo: https://github.com/pycqa/isort |
amine@401 | 3 rev: 5.13.2 |
amine@401 | 4 hooks: |
amine@401 | 5 - id: isort |
amine@417 | 6 args: ['--line-length=80'] |
amine@326 | 7 - repo: https://github.com/psf/black |
amine@399 | 8 rev: 24.4.2 |
amine@326 | 9 hooks: |
amine@326 | 10 - id: black |
amine@399 | 11 - repo: https://github.com/PyCQA/flake8 |
amine@399 | 12 rev: 7.1.0 |
amine@399 | 13 hooks: |
amine@399 | 14 - id: flake8 |
amine@401 | 15 additional_dependencies: |
amine@401 | 16 - flake8-bugbear |
amine@401 | 17 - flake8-comprehensions |
amine@401 | 18 - flake8-simplify |
amine@326 | 19 - repo: https://github.com/pre-commit/pre-commit-hooks |
amine@399 | 20 rev: v4.6.0 |
amine@326 | 21 hooks: |
amine@399 | 22 - id: end-of-file-fixer |
amine@399 | 23 - id: trailing-whitespace |