Skip to content

Commit 445c297

Browse files
committed
fix code snippets on README
1 parent a9d4b71 commit 445c297

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -93,9 +93,9 @@ We welcome contributors from the community. Please consider posting issues, and
9393
To ensure code quality and to prevent accidental commits into the default branch, please set up the use of our pre-commit
9494
hooks.
9595

96-
1. modify the permissions to executable on the bash script called `prevent_commit_to_main.sh` in this directory: `chmod +x prevent_commit_to_main.sh`
97-
2. install pre-commit in your working environment `conda install pre-commit`
98-
3. initialize pre-commit (one time only) `pre-commit install`
96+
1. modify the permissions to executable on the bash script called ``prevent_commit_to_main.sh`` in this directory: ``chmod +x prevent_commit_to_main.sh``
97+
2. install pre-commit in your working environment ``conda install pre-commit``
98+
3. initialize pre-commit (one time only) ``pre-commit install``
9999

100100
Thereafter your code will be linted by black and isort and checked against flake8 before you can commit.
101101
If it fails by black or isort, just rerun and it should pass (black and isort will modify the files so should

prevent_commit_to_main.sh

100644100755
File mode changed.

0 commit comments

Comments
 (0)