Skip to content

Commit

Permalink
Changed README to include Ruff instead of Flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
Raniz85 committed Oct 11, 2024
1 parent 161011e commit 6100e6c
Showing 1 changed file with 2 additions and 12 deletions.
14 changes: 2 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,18 +25,8 @@ to install that instead.
## Poetry
[Poetry](https://python-poetry.org/) is a packaging and dependency manager for Python.

## Flake8
[Flake8](https://flake8.pycqa.org/en/latest/) is a linting tool for Python with a bunch of handy plugins.

### Bandit
[Bandit](https://github.com/PyCQA/bandit) Is a code analysis tool for Python for catching security errors.

### BugBear
[BugBear](https://github.com/PyCQA/flake8-bugbear) Is a code analysis tool for finding bugs and design problems.

### DocStrings
[DocStrings](https://gitlab.com/pycqa/flake8-docstrings) Is a Flake 8 plugin to assert that docstrings are correct
and prevalent throughout the codebase.
# Ruff
[Ruff](https://github.com/astral-sh/ruff) is an extremely fast Python linter written in Rust.

## Black
[Black](https://github.com/psf/black) is an uncompromising code formatter for Python. It's designed to format
Expand Down

0 comments on commit 6100e6c

Please sign in to comment.