Skip to content

Commit

Permalink
meta fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
AbstractUmbra committed Jun 11, 2022
1 parent 17e2bb7 commit d4162bb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@
<a href='https://github.com/AbstractUmbra/mystbin.py/workflows/Code%20Linting'>
<img src='https://github.com/AbstractUmbra/mystbin.py/workflows/Code%20Linting/badge.svg?branch=main' alt='Linting status' />
</a>
<a href='https://github.com/AbstractUmbra/mystbin.py/workflows/Code%20Analysis'>
<img src='https://github.com/AbstractUmbra/mystbin.py/workflows/Code%20Analysis/badge.svg?branch=main' alt='Code analysis' />
</a>
<a href='https://github.com/AbstractUmbra/mystbin.py/workflows/Build'>
<img src='https://github.com/AbstractUmbra/mystbin.py/workflows/Build/badge.svg' alt='Build status' />
</a>
Expand Down
5 changes: 1 addition & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,8 @@ sphinx = { version = "^4.0.0", optional = true }
sphinxcontrib-trio = { version = "*", optional = true }
furo = { version = "*", optional = true }

[tool.poetry.group.dev.dependencies]
black = "*"

[tool.poetry.dev-dependencies]
black = "^21.6b0"
black = "*"
isort = "^5.9.2"

[tool.poetry.extras]
Expand Down

0 comments on commit d4162bb

Please sign in to comment.