File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -55,26 +55,16 @@ lint-py: ## lint python with ruff
5555 python -m ruff format --check verible
5656
5757lint-docs : # # lint docs with mdformat and codespell
58- <<<<<<< before updating
5958 python -m mdformat --check README.md
60- python -m codespell_lib README.md
61- ====== =
62- python -m mdformat --check README.md
6359 python -m codespell_lib README.md
64- >>>>>>> after updating
6560
6661fix-py : # # autoformat python code with ruff
6762 python -m ruff check --fix verible
6863 python -m ruff format verible
6964
7065fix-docs : # # autoformat docs with mdformat and codespell
71- <<<<<<< before updating
7266 python -m mdformat README.md
7367 python -m codespell_lib --write README.md
74- ====== =
75- python -m mdformat README.md
76- python -m codespell_lib --write README.md
77- >>>>>>> after updating
7868
7969lint : lint-py lint-docs # # run all linters
8070lints : lint
You can’t perform that action at this time.
0 commit comments