Skip to content
This repository has been archived by the owner on Oct 11, 2024. It is now read-only.

Commit

Permalink
build(deps): bump ruff to 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
frgfm committed Feb 19, 2024
1 parent 0bb92dc commit bf18df6
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 42 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ repos:
- id: debug-statements
language_version: python3
- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: 'v0.2.0'
rev: 'v0.2.2'
hooks:
- id: ruff
args:
Expand Down
59 changes: 19 additions & 40 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ prometheus-fastapi-instrumentator = "^6.1.0"
optional = true

[tool.poetry.group.quality.dependencies]
ruff = "==0.2.0"
ruff = "==0.2.2"
mypy = "==1.8.0"
types-requests = ">=2.0.0"
types-python-jose = ">=3.3.0"
Expand Down

0 comments on commit bf18df6

Please sign in to comment.