Mercurial > hg > auditok
annotate .pre-commit-config.yaml @ 413:0a6bc66562d3
Use modern syntax for super everywhere
author | Amine Sehili <amine.sehili@gmail.com> |
---|---|
date | Fri, 21 Jun 2024 20:12:53 +0200 |
parents | b11c51a0eade |
children | 5f32574c9788 |
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@326 | 6 - repo: https://github.com/psf/black |
amine@399 | 7 rev: 24.4.2 |
amine@326 | 8 hooks: |
amine@326 | 9 - id: black |
amine@399 | 10 - repo: https://github.com/PyCQA/flake8 |
amine@399 | 11 rev: 7.1.0 |
amine@399 | 12 hooks: |
amine@399 | 13 - id: flake8 |
amine@401 | 14 additional_dependencies: |
amine@401 | 15 - flake8-bugbear |
amine@401 | 16 - flake8-comprehensions |
amine@401 | 17 - flake8-simplify |
amine@326 | 18 - repo: https://github.com/pre-commit/pre-commit-hooks |
amine@399 | 19 rev: v4.6.0 |
amine@326 | 20 hooks: |
amine@399 | 21 - id: end-of-file-fixer |
amine@399 | 22 - id: trailing-whitespace |