File tree Expand file tree Collapse file tree 2 files changed +1
-7
lines changed Expand file tree Collapse file tree 2 files changed +1
-7
lines changed Original file line number Diff line number Diff line change 66 <a href='https://github.com/AbstractUmbra/mystbin.py/workflows/Code%20Linting'>
77 <img src='https://github.com/AbstractUmbra/mystbin.py/workflows/Code%20Linting/badge.svg?branch=main' alt='Linting status' />
88 </a>
9- <a href='https://github.com/AbstractUmbra/mystbin.py/workflows/Code%20Analysis'>
10- <img src='https://github.com/AbstractUmbra/mystbin.py/workflows/Code%20Analysis/badge.svg?branch=main' alt='Code analysis' />
11- </a>
129 <a href='https://github.com/AbstractUmbra/mystbin.py/workflows/Build'>
1310 <img src='https://github.com/AbstractUmbra/mystbin.py/workflows/Build/badge.svg' alt='Build status' />
1411 </a>
Original file line number Diff line number Diff line change @@ -37,11 +37,8 @@ sphinx = { version = "^4.0.0", optional = true }
3737sphinxcontrib-trio = { version = " *" , optional = true }
3838furo = { version = " *" , optional = true }
3939
40- [tool .poetry .group .dev .dependencies ]
41- black = " *"
42-
4340[tool .poetry .dev-dependencies ]
44- black = " ^21.6b0 "
41+ black = " * "
4542isort = " ^5.9.2"
4643
4744[tool .poetry .extras ]
You can’t perform that action at this time.
0 commit comments