Skip to content
Snippets Groups Projects
Commit ab4dca0f authored by David Trattnig's avatar David Trattnig
Browse files

chore: add pre-commit config

parent 05b879db
No related branches found
No related tags found
No related merge requests found
repos:
- repo: https://github.com/psf/black
rev: 22.8.0
hooks:
- id: black
- repo: https://github.com/PyCQA/isort
rev: 5.10.1
hooks:
- id: isort
- repo: https://github.com/codespell-project/codespell
rev: "v2.2.1"
hooks:
- id: codespell
args: [""]
- repo: https://github.com/PyCQA/flake8
rev: 5.0.4
hooks:
- id: flake8
args: ["--config=.flake8"]
# TODO umcomment when #28 is done (https://gitlab.servus.at/aura/engine-api/-/issues/28)
# additional_dependencies: [
# "flake8-docstrings"
# ]
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment