Skip to content

Commit

Permalink
Merge pull request #27 from akrherz/bump
Browse files Browse the repository at this point in the history
chore: bump ruff
  • Loading branch information
akrherz authored May 9, 2024
2 parents 7925f62 + b9245e2 commit e4d0592
Show file tree
Hide file tree
Showing 2 changed files with 7 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 @@ -2,7 +2,7 @@ ci:
autoupdate_schedule: quarterly
repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: "v0.3.1"
rev: "v0.4.4"
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]
Expand Down
7 changes: 6 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@

[tool.ruff]
line-length = 79
lint.select = ["E", "F", "I"]
target-version = "py39"

[tool.ruff.lint]
select = [
"E",
"F",
"I",
]

0 comments on commit e4d0592

Please sign in to comment.