From fba25e57844668dce6a71daca16763e79899459e Mon Sep 17 00:00:00 2001 From: lwjohnst86 Date: Tue, 6 Feb 2024 19:16:32 +0000 Subject: [PATCH 1/3] =?UTF-8?q?=F0=9F=94=84=20synced=20local=20'.github/CO?= =?UTF-8?q?DEOWNERS'=20with=20remote=20'.github/CODEOWNERS'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/CODEOWNERS | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 36e27d50..71420dc1 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -8,3 +8,4 @@ justfile .editorconfig .gitignore +ruff.toml \ No newline at end of file From 17ab42960161fce35e89106135aa54d091f40e71 Mon Sep 17 00:00:00 2001 From: lwjohnst86 Date: Tue, 6 Feb 2024 19:16:32 +0000 Subject: [PATCH 2/3] =?UTF-8?q?=F0=9F=94=84=20synced=20local=20'.vscode/se?= =?UTF-8?q?ttings.json'=20with=20remote=20'.vscode/settings.json'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .vscode/settings.json | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index f4f152aa..4a08288c 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -2,17 +2,17 @@ "files.autoSave": "onFocusChange", "editor.tabSize": 2, "editor.wordWrap": "off", - "editor.formatOnSave": false, + "editor.formatOnSave": true, "git.autofetch": false, "quarto.visualEditor.markdownWrap": "column", "quarto.visualEditor.markdownWrapColumn": 72, - "autoDocstring.docstringFormat": "numpy", - "autoDocstring.includeName": true, - "autoDocstring.startOnNewLine": true, + "autoDocstring.docstringFormat": "google", + "autoDocstring.includeName": false, + "autoDocstring.startOnNewLine": false, "editor.tabCompletion": "on", "editor.snippetSuggestions": "inline", "conventional-branch.type": [ - "build", // Changes that affect the build system or external dependencies + "build", // Changes that affect the build system or external dependencies "ci", // Changes to our CI configuration files and scripts "docs", // Documentation only changes "feat", // A new feature @@ -22,5 +22,8 @@ "test", // Adding missing tests or correcting existing tests "chore", // Misc things, like renaming or deleting files ], - "conventional-branch.format": "{Type}/{Branch}" -} + "conventional-branch.format": "{Type}/{Branch}", + "[python]": { + "editor.defaultFormatter": "charliermarsh.ruff" + } +} \ No newline at end of file From b052129bc5d2e6d20fce3352b748a3d94c54af09 Mon Sep 17 00:00:00 2001 From: lwjohnst86 Date: Tue, 6 Feb 2024 19:16:32 +0000 Subject: [PATCH 3/3] =?UTF-8?q?=F0=9F=94=84=20created=20local=20'.github/p?= =?UTF-8?q?ull=5Frequest=5Ftemplate.md'=20from=20remote=20'.github/pull=5F?= =?UTF-8?q?request=5Ftemplate.md'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/pull_request_template.md | 63 ++++++++++++++++++++++++++++++++ 1 file changed, 63 insertions(+) create mode 100644 .github/pull_request_template.md diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 00000000..4ddefcbc --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,63 @@ +## Description + + + + + +- This PR {removes/adds/fixes/replaces} the {feature/bug/issue/documentation/tests}. +- These changes are done because of ... {reasons for change/why you're doing it}. + +## Related Issues + + + +Closes #... + + + +See also Issues #... + +## Testing + +- [ ] Yes +- [ ] No, not needed (give a reason below) +- [ ] No, I need help writing them + + + +## Reviewer Focus + +This PR only needs a quick review. +This PR requires an in-depth review. + + + +## Checklist + + + +For all PRs that are not general documentation + +- [ ] Tests accompany or reflect changes to the code +- [ ] Tests ran and passed locally +- [ ] Ran the linter and formatter +- [ ] Build has passed locally +- [ ] Relevant documentation has been updated + +For general documentation: + +- [ ] Spell-check + - [ ] US + - [ ] UK +- [ ] Did the page(s) preview correctly on your machine without breaking +- [ ] New category words (keywords) (if any) added to the code snippet file