Skip to content

Commit 6bd537b

Browse files
committed
docs(readme): update versions & remove black
1 parent 7704c16 commit 6bd537b

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

README.md

+2-10
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@
3131

3232
## Prerequisites
3333

34-
- [Python](https://www.python.org/downloads/) **>=3.12 <3.13** (_tested with 3.12.2_)
34+
- [Python](https://www.python.org/downloads/) **>=3.12 <3.13** (_tested with 3.12.3_)
3535
- [pre-commit](https://pre-commit.com/#install)
36-
- [poetry](https://python-poetry.org/docs/#installation) **>=1.2.2 <1.9** (_tested with 1.8.2_)
36+
- [poetry](https://python-poetry.org/docs/#installation) **>=1.2.2 <1.9** (_tested with 1.8.3_)
3737
- [docker](https://docs.docker.com/get-docker/) (_optional_)
3838

3939
---
@@ -105,14 +105,6 @@ Rules are defined in the [`pyproject.toml`](pyproject.toml).
105105

106106
For more configuration options and details, see the [configuration docs](https://mypy.readthedocs.io/).
107107

108-
### black
109-
110-
[black](https://black.readthedocs.io/) is an uncompromising code formatter.
111-
112-
Rules are defined in the [`pyproject.toml`](pyproject.toml).
113-
114-
For more configuration options and details, see the [configuration docs](https://black.readthedocs.io/).
115-
116108
### bandit
117109

118110
[bandit](https://bandit.readthedocs.io/) is a tool designed to find common security issues in Python code.

0 commit comments

Comments
 (0)