Skip to content

Commit

Permalink
Merge pull request #580 from sanders41/ruff
Browse files Browse the repository at this point in the history
Bump ruff 0.7.3 -> 0.7.4
  • Loading branch information
sanders41 authored Nov 15, 2024
2 parents 99a7cdd + 27e062b commit 104f414
Show file tree
Hide file tree
Showing 3 changed files with 94 additions and 94 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ repos:
- id: mypy
files: camel_converter/
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.7.3
rev: v0.7.4
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ dev-dependencies = [
"pre-commit==4.0.1",
"pytest==8.3.3",
"pytest-cov==6.0.0",
"ruff==0.7.3",
"ruff==0.7.4",
]

[tool.hatch.version]
Expand Down
Loading

0 comments on commit 104f414

Please sign in to comment.