Skip to content

Commit f9aef71

Browse files
committed
Update black
1 parent 774fa89 commit f9aef71

File tree

2 files changed

+4
-8
lines changed

2 files changed

+4
-8
lines changed
+3-7
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
---
22
name: Feature request
33
about: Suggest an idea for this project
4-
title: ''
5-
labels: ''
6-
assignees: ''
7-
4+
title: ""
5+
labels: ""
6+
assignees: ""
87
---
98

109
**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
1312
**Describe the solution you'd like**
1413
A clear and concise description of what you want to happen.
1514

16-
**Describe alternatives you've considered**
17-
A clear and concise description of any alternative solutions or features you've considered.
18-
1915
**Additional context**
2016
Add any other context or screenshots about the feature request here.

software/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ build-backend = "poetry.core.masonry.api"
4242
01 = "start:app"
4343

4444
[tool.poetry.group.dev.dependencies]
45-
black = "^23.10.1"
45+
black = "^24.3.0"
4646
isort = "^5.12.0"
4747
pre-commit = "^3.6.2"
4848
pytest = "^8.1.1"

0 commit comments

Comments
 (0)