Skip to content

Commit d4162bb

Browse files
committed
meta fixes
1 parent 17e2bb7 commit d4162bb

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

README.md

-3
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@
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>

pyproject.toml

+1-4
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,8 @@ sphinx = { version = "^4.0.0", optional = true }
3737
sphinxcontrib-trio = { version = "*", optional = true }
3838
furo = { version = "*", optional = true }
3939

40-
[tool.poetry.group.dev.dependencies]
41-
black = "*"
42-
4340
[tool.poetry.dev-dependencies]
44-
black = "^21.6b0"
41+
black = "*"
4542
isort = "^5.9.2"
4643

4744
[tool.poetry.extras]

0 commit comments

Comments
 (0)