From 9f6165f65ccf4c385d868ff00de6b9e411bc3b46 Mon Sep 17 00:00:00 2001 From: Willi Ballenthin Date: Thu, 6 Jul 2023 19:34:07 +0200 Subject: [PATCH] doc: installation: better enumerate current linters --- doc/installation.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/installation.md b/doc/installation.md index 63726ea3..65258e45 100644 --- a/doc/installation.md +++ b/doc/installation.md @@ -94,7 +94,9 @@ For more details about creating and using virtual environments, check out the [v We use the following tools to ensure consistent code style and formatting: - [black](https://github.com/psf/black) code formatter - [isort](https://pypi.org/project/isort/) code formatter - - [dos2unix](https://linux.die.net/man/1/dos2unix) for UNIX-style LF newlines + - [ruff](https://beta.ruff.rs/docs/) code linter + - [flake8](https://flake8.pycqa.org/en/latest/) code linter + - [mypy](https://mypy-lang.org/) type checking - [capafmt](https://github.com/mandiant/capa/blob/master/scripts/capafmt.py) rule formatter To install these development dependencies, run: