Skip to content

Commit

Permalink
🛠️ Fix (package): Update ruff 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jpcadena committed Oct 20, 2023
1 parent cab7f58 commit feb8550
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 @@ -46,7 +46,7 @@ repos:
- id: mypy

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.1.0
rev: v0.1.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 @@ -54,7 +54,7 @@ python = "^3.11"
isort = "^5.12.0"
mypy = "^1.6.1"
black = "^23.10.0"
ruff = "^0.1.0"
ruff = "^0.1.1"
pre-commit = "^3.5.0"

[build-system]
Expand Down

0 comments on commit feb8550

Please sign in to comment.