Skip to content

Commit

Permalink
Merge pull request #576 from sanders41/ruff
Browse files Browse the repository at this point in the history
Bump ruff 0.7.1 -> 0.7.2
  • Loading branch information
sanders41 authored Nov 1, 2024
2 parents 29ede2d + 8bc89af commit 52ddf18
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 22 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.1
rev: v0.7.2
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.1",
"ruff==0.7.2",
]

[tool.hatch.version]
Expand Down
40 changes: 20 additions & 20 deletions uv.lock

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

0 comments on commit 52ddf18

Please sign in to comment.