File tree 2 files changed +1
-7
lines changed
2 files changed +1
-7
lines changed Original file line number Diff line number Diff line change 6
6
<a href='https://github.com/AbstractUmbra/mystbin.py/workflows/Code%20Linting'>
7
7
<img src='https://github.com/AbstractUmbra/mystbin.py/workflows/Code%20Linting/badge.svg?branch=main' alt='Linting status' />
8
8
</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>
12
9
<a href='https://github.com/AbstractUmbra/mystbin.py/workflows/Build'>
13
10
<img src='https://github.com/AbstractUmbra/mystbin.py/workflows/Build/badge.svg' alt='Build status' />
14
11
</a>
Original file line number Diff line number Diff line change @@ -37,11 +37,8 @@ sphinx = { version = "^4.0.0", optional = true }
37
37
sphinxcontrib-trio = { version = " *" , optional = true }
38
38
furo = { version = " *" , optional = true }
39
39
40
- [tool .poetry .group .dev .dependencies ]
41
- black = " *"
42
-
43
40
[tool .poetry .dev-dependencies ]
44
- black = " ^21.6b0 "
41
+ black = " * "
45
42
isort = " ^5.9.2"
46
43
47
44
[tool .poetry .extras ]
You can’t perform that action at this time.
0 commit comments