Skip to content

Commit

Permalink
Minor fix in contribution guidelines (langchain-ai#55)
Browse files Browse the repository at this point in the history
Minor fix
  • Loading branch information
eyurtsev authored and dqbd committed Oct 19, 2023
1 parent 24d96b7 commit 4878d83
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Contributing[
# Contributing

## Contributor License Agreement

@@ -16,13 +16,13 @@ This project uses [Poetry](https://python-poetry.org/) v1.6.1+ as a dependency m

Install langserve development requirements (for running langchain, running examples, linting, formatting, tests, and coverage):

```bash
```sh
poetry install --with test,dev
```

Then verify that tests pass:

```bash
```sh
make test
```

@@ -36,7 +36,7 @@ Formatting for this project is done via a combination of [Black](https://black.r

To run formatting for this project:

```bash
```sh
make format
```

@@ -46,6 +46,6 @@ Linting for this project is done via a combination of [Black](https://black.read

To run linting for this project:

```bash
```sh
make lint
```

0 comments on commit 4878d83

Please sign in to comment.