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

Commit

Permalink
build(deps-dev): bump ruff to 0.2.2 (#91)
Browse files Browse the repository at this point in the history
* build(deps): bump ruff to 0.2.2

* ci(github): update dependabot rule
  • Loading branch information
frgfm authored Feb 19, 2024
1 parent 0bb92dc commit 2340198
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 44 deletions.
2 changes: 0 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
day: "monday"
Expand All @@ -21,7 +20,6 @@ updates:
assignees:
- "frgfm"
- package-ecosystem: "pip"
directory: "/"
schedule:
interval: "monthly"
day: "monday"
Expand Down
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 2340198

Please sign in to comment.