Skip to content

Commit dff89a5

Browse files
committed
docs: update code block syntax in CONTRIBUTING.md and refine dev dependencies in pyproject.toml
1 parent bd13e56 commit dff89a5

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

CONTRIBUTING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ conan profile detect
5050

5151
**Windows:**
5252

53-
```bash
53+
```shell
5454
conan install . --build=missing -s compiler.cppstd=20 -c tools.cmake.cmaketoolchain:generator=Ninja
5555
```
5656

@@ -64,13 +64,13 @@ conan install . --build=missing -s compiler.cppstd=20 -s compiler.libcxx=libc++
6464

6565
**Windows (cmd):**
6666

67-
```cmd
67+
```shell
6868
.\build\Release\generators\conanbuild.bat
6969
```
7070

7171
**Windows (PowerShell):**
7272

73-
```powershell
73+
```shell
7474
.\build\Release\generators\conanbuild.ps1
7575
```
7676

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,7 @@ dependencies = [
4747
dynamic = ["version"]
4848

4949
[project.optional-dependencies]
50-
test = ["pytest"]
51-
dev = ["endstone-stubgen"]
50+
dev = ["endstone-stubgen", "pytest"]
5251

5352
[project.urls]
5453
Changelog = "https://endstone.readthedocs.io/en/latest/changelog"

0 commit comments

Comments
 (0)