Skip to content

Commit

Permalink
Merge pull request #8 from VectorInstitute/update_ruff
Browse files Browse the repository at this point in the history
Update ruff linter
  • Loading branch information
amrit110 authored Feb 12, 2024
2 parents ef6ba0e + 3addd1b commit b8ae133
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 21 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ repos:
- id: black

- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: 'v0.1.7'
rev: 'v0.2.1'
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]
Expand Down
38 changes: 19 additions & 19 deletions poetry.lock

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

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ pytest-cov = "^3.0.0"
codecov = "^2.1.13"
nbstripout = "^0.6.1"
mypy = "^1.0.0"
ruff = "^0.1.0"
ruff = "^0.2.0"
nbqa = { version = "^1.7.0", extras = ["toolchain"] }

[tool.poetry.group.docs]
Expand Down

0 comments on commit b8ae133

Please sign in to comment.