File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ [flake8]
2+ import-order-style = pep8
3+ application-import-names = yamllint
4+ ignore = W503,W504
Original file line number Diff line number Diff line change 2121 - name : Set up Python
2222 uses : actions/setup-python@v5
2323 - run :
24- pip install ruff sphinx rstcheck[sphinx] doc8
24+ pip install flake8 flake8-import-order sphinx rstcheck[sphinx] doc8
2525 - run : pip install .
26- - run : ruff .
26+ - run : flake8 .
2727 - run : doc8 $(git ls-files '*.rst')
2828 - run : rstcheck --ignore-directives automodule $(git ls-files '*.rst')
2929 - run : yamllint --strict $(git ls-files '*.yaml' '*.yml')
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ Pull Request Process
2323
2424 .. code :: bash
2525
26- ruff .
26+ flake8 .
2727
2828 If you added/modified documentation:
2929
Original file line number Diff line number Diff line change @@ -26,8 +26,9 @@ dynamic = ["version"]
2626[project .optional-dependencies ]
2727dev = [
2828 " doc8" ,
29+ " flake8" ,
30+ " flake8-import-order" ,
2931 " rstcheck[sphinx]" ,
30- " ruff" ,
3132 " sphinx" ,
3233]
3334
You can’t perform that action at this time.
0 commit comments