Skip to content

Commit

Permalink
Added option to use black formatter
Browse files Browse the repository at this point in the history
  • Loading branch information
jason490 committed Nov 6, 2023
1 parent 8fc9f29 commit 3213281
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions _docs/developer/testing/linting_static_analysis.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,7 @@ Optionally, you can pass in a specific file or directory to only lint that file
python3 -m flake8 bin/generate_repos.py
```

If you wish to automatically fix the basic linting problems:
You can use [black formatter](https://github.com/psf/black)
If you wish to automatically fix the basic linting problems, you can use [black formatter](https://github.com/psf/black):
```bash
pip install git+https://github.com/psf/black
black < file/s location >
Expand Down

0 comments on commit 3213281

Please sign in to comment.