From f9aef71ccd29375b0b4552eb5f29e88ace94eaa6 Mon Sep 17 00:00:00 2001 From: Ty Fiero Date: Sat, 23 Mar 2024 18:25:32 -0700 Subject: [PATCH] Update black --- .github/ISSUE_TEMPLATE/feature_request.md | 10 +++------- software/pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 8 deletions(-) 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"