Skip to content

Commit

Permalink
Update readme for ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
jochenchrist committed Mar 24, 2024
1 parent f59e957 commit 0d5048d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -646,6 +646,7 @@ source venv/bin/activate
# Install Requirements
pip install --upgrade pip setuptools wheel
pip install -e '.[dev]'
ruff check
cd tests/
pytest
```
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ dependencies = [
[project.optional-dependencies]
dev = [
"httpx==0.27.0",
"ruff",
"pytest",
"testcontainers-minio",
"testcontainers-postgres",
Expand Down

0 comments on commit 0d5048d

Please sign in to comment.