File tree 1 file changed +2
-10
lines changed
1 file changed +2
-10
lines changed Original file line number Diff line number Diff line change 31
31
32
32
## Prerequisites
33
33
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 _ )
35
35
- [ 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 _ )
37
37
- [ docker] ( https://docs.docker.com/get-docker/ ) (_ optional_ )
38
38
39
39
---
@@ -105,14 +105,6 @@ Rules are defined in the [`pyproject.toml`](pyproject.toml).
105
105
106
106
For more configuration options and details, see the [ configuration docs] ( https://mypy.readthedocs.io/ ) .
107
107
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
-
116
108
### bandit
117
109
118
110
[ bandit] ( https://bandit.readthedocs.io/ ) is a tool designed to find common security issues in Python code.
You can’t perform that action at this time.
0 commit comments