Skip to content
Snippets Groups Projects
Commit 836ded5e authored by Moul's avatar Moul
Browse files

Introduce pre-commit-hooks hook (#202)

Apply changes
parent d65668b5
No related branches found
Tags
1 merge request!183Introduce pre-commit-hooks hook (#202)
exclude: ^docs/ exclude: ^docs/
repos: repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
hooks:
- id: check-ast
- id: check-merge-conflict
- id: check-toml
- id: debug-statements
- id: end-of-file-fixer
- id: mixed-line-ending
- id: trailing-whitespace
- repo: https://github.com/psf/black - repo: https://github.com/psf/black
rev: 23.3.0 rev: 23.3.0
hooks: hooks:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment