Skip to content

Commit

Permalink
⬆ Bump (library): Update ruff 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jpcadena committed Oct 24, 2023
1 parent 2db8110 commit 6f46046
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.1
rev: v0.1.2
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.1"
ruff = "^0.1.1"
ruff = "^0.1.2"
pre-commit = "^3.5.0"

[build-system]
Expand Down

0 comments on commit 6f46046

Please sign in to comment.