Skip to content
Snippets Groups Projects
.pre-commit-config.yaml 392 B
Newer Older
Kostas Vilkelis's avatar
Kostas Vilkelis committed
repos:
-   repo: https://github.com/pre-commit/pre-commit-hooks
    rev: v4.5.0
    hooks:
    -   id: trailing-whitespace
    -   id: end-of-file-fixer
-   repo: https://github.com/psf/black
    rev: 24.1.1
    hooks:
    -   id: black
-   repo: https://github.com/codespell-project/codespell
    rev: v2.2.6
    hooks:
    -   id: codespell
        additional_dependencies:
        - tomli