Skip to content

Commit

Permalink
Update Ruff linter
Browse files Browse the repository at this point in the history
  • Loading branch information
justinmayer committed Jun 25, 2024
1 parent bdd4e45 commit 28e5410
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 should match the one in pyproject.toml
rev: v0.4.6
rev: v0.4.10
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 @@ -97,7 +97,7 @@ dev = [
"tox>=4.11.3",
"invoke>=2.2.0",
# ruff version should match the one in .pre-commit-config.yaml
"ruff==0.4.6",
"ruff==0.4.10",
"tomli>=2.0.1; python_version < \"3.11\"",
]

Expand Down

0 comments on commit 28e5410

Please sign in to comment.