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

chore: exclude `.venv` from flake8

parent 2ab620c9
No related branches found
No related tags found
1 merge request!35ORM-less scheduling
......@@ -2,5 +2,5 @@
max-line-length = 99
max-doc-length = 99
docstring-convention=google
exclude = .cache, .local, .build, python, tests/*, __init__.py, src/aura_engine_api/*, src/aura_steering_api/*, src/aura_tank_api/*
exclude = .venv, .cache, .local, .build, python, tests/*, __init__.py, src/aura_engine_api/*, src/aura_steering_api/*, src/aura_tank_api/*
ignore = E121,E123,E126,E203,E226,E24,E704,W503,N802,D105,D107,D200,D202,D212,D417,S301
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