File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -9,12 +9,13 @@ An "optionally opinionated and structured" flask boilerplate microservice for id
99
1010Tools
1111------------------------------------------------------------------------------
12- [ ![ Min Python Version 3.8+] ( https://img.shields.io/badge/python-3.8+-3776AB.svg )] ( https://www.python.org/download/releases/3.8.0/ )
13- [ ![ Code style: black] ( https://img.shields.io/badge/code%20style-black-000000.svg )] ( https://github.com/psf/black )
14- [ ![ Static Analysis: flake8] ( https://img.shields.io/badge/static%20analysis-flake8-white.svg )] ( https://www.python.org/dev/peps/pep-0008/ )
15- [ ![ Static Typing: mypy] ( https://img.shields.io/badge/static%20typing-mypy-blue.svg )] ( https://www.python.org/dev/peps/pep-0008/ )
16- [ ![ Security: bandit] ( https://img.shields.io/badge/security-bandit-yellow.svg )] ( https://github.com/PyCQA/bandit )
17- [ ![ pre-commit] ( https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white )] ( https://github.com/pre-commit/pre-commit )
12+ [ ![ Min Python Version 3.8+] ( https://img.shields.io/badge/python-3.8+-3776AB.svg?style=flat-square )] ( https://www.python.org/download/releases/3.8.0/ )
13+ [ ![ Code style: black] ( https://img.shields.io/badge/code%20style-black-000000.svg?style=flat-square )] ( https://github.com/psf/black )
14+ [ ![ Static Analysis: flake8] ( https://img.shields.io/badge/static%20analysis-flake8-cccccc.svg?style=flat-square )] ( https://www.python.org/dev/peps/pep-0008/ )
15+ [ ![ Static Typing: mypy] ( https://img.shields.io/badge/static%20typing-mypy-blue.svg?style=flat-square )] ( https://www.python.org/dev/peps/pep-0008/ )
16+ [ ![ Security: bandit] ( https://img.shields.io/badge/security-bandit-yellow.svg?style=flat-square )] ( https://github.com/PyCQA/bandit )
17+ [ ![ pre-commit] ( https://img.shields.io/badge/pre--commit-enabled-brightgreen?style=flat-square&logo=pre-commit&logoColor=white )] ( https://github.com/pre-commit/pre-commit )
18+
1819
1920Development Status
2021------------------------------------------------------------------------------
You can’t perform that action at this time.
0 commit comments