Skip to content

Commit 16cc8ca

Browse files
committed
fixing failing pre-commit check
1 parent cf43361 commit 16cc8ca

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

.github/build/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Pre-Commit Build Artifacts
22

3-
This directory contains the artifacts required to build the codeflare-sdk pre-commit image.
3+
This directory contains the artifacts required to build the codeflare-sdk pre-commit image.
44

5-
To build the image run `podman build -f .github/build/Containerfile .` from the root directory.
5+
To build the image run `podman build -f .github/build/Containerfile .` from the root directory.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Can be installed via `pip`: `pip install codeflare-sdk`
2121
### Prerequisites
2222

2323
We recommend using Python 3.9 for development.
24-
Install dependencies: `poetry install`
24+
Install dependencies: `poetry install`
2525
This will install standard requirements as specified in the poetry.lock file. Test and docs dependencies are optional.
2626

2727
To include test dependencies run: `poetry install --with test`

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,3 @@ optional = true
4343
pytest = "7.4.0"
4444
coverage = "7.2.7"
4545
pytest-mock = "3.11.1"
46-
executing = "1.2.0"

0 commit comments

Comments
 (0)