diff options
| author | Павел Жуков <33721692+LeaveMyYard@users.noreply.github.com> | 2023-02-22 17:28:58 +0200 |
|---|---|---|
| committer | Павел Жуков <33721692+LeaveMyYard@users.noreply.github.com> | 2023-02-22 17:28:58 +0200 |
| commit | b472dae4750169c9eb1be831a328389244c17c6c (patch) | |
| tree | 50f1c297b9c1e8517123f64c9db9be9906094598 /.flake8 | |
| parent | 95ec81134344b17b75c74c6415b526cbf008ba14 (diff) | |
Initial project structure
Diffstat (limited to '.flake8')
| -rw-r--r-- | .flake8 | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -0,0 +1,15 @@ +[flake8] +max-line-length = 120 +exclude = .git, + __pycache__, + old, + build, + dist, + .venv, + .vscode, + .pytest_cache, + __init__.py, + .mypy_cache, + src/robusta/integrations/kubernetes/autogenerated, + src/robusta/integrations/kubernetes/custom_models.py +ignore = E501, W503, E203 |
