Skip to content

Commit

Permalink
Sync lint deps (#911)
Browse files Browse the repository at this point in the history
  • Loading branch information
blink1073 authored Jan 14, 2023
1 parent 3161087 commit 0d62b85
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.207
rev: v0.0.221
hooks:
- id: ruff
args: ["--fix"]
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -106,9 +106,9 @@ test = "mypy --install-types --non-interactive {args:.}"

[tool.hatch.envs.lint]
dependencies = [
"black[jupyter]==22.10.0",
"black[jupyter]==22.12.0",
"mdformat>0.7",
"ruff==0.0.189",
"ruff==0.0.221",
]
[tool.hatch.envs.lint.scripts]
style = [
Expand Down

0 comments on commit 0d62b85

Please sign in to comment.