Skip to content

Commit

Permalink
Fix ruff requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
tudoramariei committed Mar 14, 2024
1 parent f71e5b0 commit 8de39ec
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions api/requirements-dev.in
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ ipython~=8.22.2

# style checker
black~=24.2.0
ruff~=0.3.2

# dependency management
pip-tools~=7.4.1
Expand Down
2 changes: 2 additions & 0 deletions api/requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,8 @@ rpds-py==0.18.0
# -r requirements.txt
# jsonschema
# referencing
ruff==0.3.2
# via -r requirements-dev.in
s3transfer==0.10.0
# via
# -r requirements.txt
Expand Down

0 comments on commit 8de39ec

Please sign in to comment.