Merge pull request #134 from tyfiero/Update-Black-for-security
Update black
This commit is contained in:
commit
86b3bf1fcb
|
@ -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.
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue