Doc: Use proper name capitalization of tooling (Ruff, Black, Flake8) (#10913)

This commit is contained in:
Avasam
2023-10-18 18:46:53 -04:00
committed by GitHub
parent 608eca5234
commit 35873ec3d8
11 changed files with 52 additions and 44 deletions

View File

@@ -46,7 +46,7 @@ jobs:
- run: ./tests/check_new_syntax.py
flake8:
name: Lint with flake8
name: Lint with Flake8
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4