Skip to content

Commit

Permalink
build(deps-dev): bump ruff from 0.5.0 to 0.6.1 (python-semantic-relea…
Browse files Browse the repository at this point in the history
…se#1006)

* build(deps-dev): bump ruff from 0.5.0 to 0.6.1

* chore(pre-commit): bump ruff plugin from 0.5.0 to 0.6.1
  • Loading branch information
dependabot[bot] authored Sep 7, 2024
1 parent 0b7cb84 commit 297f612
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 @@ -37,7 +37,7 @@ repos:

# Linters and validation
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.5.0
rev: v0.6.1
hooks:
- id: ruff
name: ruff (lint)
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ test = [
dev = [
"pre-commit ~= 3.5",
"tox ~= 4.11",
"ruff == 0.5.0"
"ruff == 0.6.1"
]
mypy = [
"mypy == 1.11.2",
Expand Down

0 comments on commit 297f612

Please sign in to comment.