diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index e16dafc9..c6c83d8f 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -31,6 +31,7 @@ A clear and concise description of what you expected to happen. - Version [e.g. 22] **Python Version (please complete the following information):** + - Version [e.g. 22] ## Additional context diff --git a/Makefile b/Makefile new file mode 100644 index 00000000..0be50d29 --- /dev/null +++ b/Makefile @@ -0,0 +1,3 @@ +lint: + pre-commit run --all-files +