diff --git a/.dockerignore b/.dockerignore index a332c2ee7..d03b3b9ab 100644 --- a/.dockerignore +++ b/.dockerignore @@ -17,3 +17,5 @@ **/htmlcov /src/.pytest_cache .idea +.venv/ +.vscode/ diff --git a/.editorconfig b/.editorconfig index 284569845..125108a0c 100644 --- a/.editorconfig +++ b/.editorconfig @@ -32,3 +32,6 @@ indent_style = space # violate it. [**/test_*.py] max_line_length = off + +[Dockerfile] +indent_style = space diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 617233ec2..9e9a9d493 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,19 +1,15 @@ + + ## Proposed change Fixes # (issue) - - ## Type of change