Skip to content

Commit

Permalink
README formating and descriptions
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Sjögren <[email protected]>
  • Loading branch information
konstruktoid committed Jan 9, 2020
1 parent f3b23c8 commit 05157e3
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ and [flake8](https://gitlab.com/pycqa/flake8) with some addtitional plugins.

## Tools and plugins installed

[black](https://github.com/psf/black)
[flake8](https://gitlab.com/pycqa/flake8)
[flake8-bandit](https://pypi.org/project/flake8-bandit/)
[flake8-bugbear](https://pypi.org/project/flake8-bugbear/)
[flake8-deprecated](https://pypi.org/project/flake8-deprecated/)
[flake8-executable](https://pypi.org/project/flake8-executable/)
[black](https://github.com/psf/black) - code formatter\
[flake8](https://gitlab.com/pycqa/flake8) - glues together Python tools and plugins\
[flake8-bandit](https://pypi.org/project/flake8-bandit/) - security testing\
[flake8-bugbear](https://pypi.org/project/flake8-bugbear/) - bug finder\
[flake8-deprecated](https://pypi.org/project/flake8-deprecated/) - warns about deprecated method calls\
[flake8-executable](https://pypi.org/project/flake8-executable/) - checks executable permissions and shebangs

## Github Actions configuration examples

Expand Down

0 comments on commit 05157e3

Please sign in to comment.