Skip to content

Commit

Permalink
chore(deps-dev): update ruff to version 0.6.9 from 0.6.8
Browse files Browse the repository at this point in the history
  • Loading branch information
gylfirst committed Oct 6, 2024
1 parent 0a1a5b8 commit 89157d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ repos:

- repo: https://github.com/astral-sh/ruff-pre-commit
# Ruff version.
rev: v0.6.8
rev: v0.6.9
hooks:
# Run the linter.
- id: ruff
Expand Down
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
-r requirements.txt
pre-commit ~= 3.8
ruff == 0.6.8
ruff == 0.6.9

0 comments on commit 89157d4

Please sign in to comment.