Skip to content

Commit b6d5e25

Browse files
authored
Update Makefile
1 parent 1864435 commit b6d5e25

1 file changed

Lines changed: 0 additions & 10 deletions

File tree

Makefile

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -55,26 +55,16 @@ lint-py: ## lint python with ruff
5555
python -m ruff format --check verible
5656

5757
lint-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

6661
fix-py: ## autoformat python code with ruff
6762
python -m ruff check --fix verible
6863
python -m ruff format verible
6964

7065
fix-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

7969
lint: lint-py lint-docs ## run all linters
8070
lints: lint

0 commit comments

Comments
 (0)