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

chore: exclude config folder in pre-commit

parent 68a20f36
No related branches found
No related tags found
No related merge requests found
...@@ -16,6 +16,7 @@ repos: ...@@ -16,6 +16,7 @@ repos:
rev: 5.0.4 rev: 5.0.4
hooks: hooks:
- id: flake8 - id: flake8
exclude: ^config/
args: ["--config=.flake8"] args: ["--config=.flake8"]
# TODO umcomment when #28 is done (https://gitlab.servus.at/aura/engine-api/-/issues/28) # TODO umcomment when #28 is done (https://gitlab.servus.at/aura/engine-api/-/issues/28)
# additional_dependencies: [ # additional_dependencies: [
......
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