Skip to content

Commit

Permalink
revised ruff dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
RobFirth committed Feb 27, 2024
1 parent bafce78 commit 365f821
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 30 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# See https://pre-commit.com/hooks.html for more hooks
repos:
- repo: https://github.com/stfc/pre-commit-hooks
rev: v0.3.7
rev: v0.3.7-alpha
hooks:
- id: check-mypy-import-errors
- id: check-pylint-import-errors
Expand Down
56 changes: 28 additions & 28 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 @@ -46,7 +46,7 @@ sphinx-rtd-theme = "^1.0.0"
jupyterlab-code-formatter = "^1.4.10"
mypy = "^1.1.1"
mypy-extensions = "^1.0.0"
ruff = "^0.2.1"
ruff = "^0.1.9"

[tool.poetry.dev-dependencies]
black = "^22.3.0"
Expand Down

0 comments on commit 365f821

Please sign in to comment.