Skip to content

Commit

Permalink
Bump ruff from 0.0.189 to 0.0.194 (#169)
Browse files Browse the repository at this point in the history
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Steven Silvester <[email protected]>
  • Loading branch information
dependabot[bot] and blink1073 authored Dec 26, 2022
1 parent 4f4f6cb commit 396acaa
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 @@ -35,7 +35,7 @@ repos:
- id: black

- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: v0.0.189
rev: v0.0.194
hooks:
- id: ruff
args: ["--fix"]
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ dependencies = ["jupyter_core>=4.12,!=5.0.*"]

[project.optional-dependencies]
test = ["pytest>=7.0"]
lint = ["black==22.10.0", "mdformat>0.7", "ruff==0.0.189"]
lint = ["black==22.10.0", "mdformat>0.7", "ruff==0.0.194"]
typing = ["mypy>=0.990"]

[tool.jupyter-releaser]
Expand Down

0 comments on commit 396acaa

Please sign in to comment.