diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index bbcbbe7..e839d5f 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -1,10 +1,9 @@ --- name: Feature request about: Suggest an idea for this project -title: '' -labels: '' -assignees: '' - +title: "" +labels: "" +assignees: "" --- **Is your feature request related to a problem? Please describe.** @@ -13,8 +12,5 @@ A clear and concise description of what the problem is. Ex. I'm always frustrate **Describe the solution you'd like** A clear and concise description of what you want to happen. -**Describe alternatives you've considered** -A clear and concise description of any alternative solutions or features you've considered. - **Additional context** Add any other context or screenshots about the feature request here. diff --git a/software/pyproject.toml b/software/pyproject.toml index 3f37e76..02b7fb8 100644 --- a/software/pyproject.toml +++ b/software/pyproject.toml @@ -42,7 +42,7 @@ build-backend = "poetry.core.masonry.api" 01 = "start:app" [tool.poetry.group.dev.dependencies] -black = "^23.10.1" +black = "^24.3.0" isort = "^5.12.0" pre-commit = "^3.6.2" pytest = "^8.1.1"