Skip to content

Commit f89ac20

Browse files
committed
Update documents
1 parent 417e9cd commit f89ac20

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

CONTRIBUTING.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ The following steps outline how to install this repo for local development.
4444

4545
### Clone repo
4646

47-
```console
47+
```bash
4848
git clone https://github.com/Preocts/commented-configparser
4949

5050
cd commented-configparser
@@ -71,19 +71,19 @@ nox -s dev
7171

7272
### Run tests with coverage
7373

74-
```console
74+
```bash
7575
nox -s test
7676
```
7777

7878
### Run formatters and linters
7979

80-
```console
80+
```bash
8181
nox -s lint
8282
```
8383

8484
### Build dist
8585

86-
```console
86+
```bash
8787
nox -s build
8888
```
8989

@@ -100,13 +100,13 @@ Once updated following the steps below, the package can be installed if needed.
100100

101101
### Update the generated files with changes
102102

103-
```console
103+
```bash
104104
nox -s update-deps
105105
```
106106

107107
### Upgrade all generated dependencies
108108

109-
```console
109+
```bash
110110
nox -s upgrade-deps
111111
```
112112

0 commit comments

Comments
 (0)