Skip to content

Commit

Permalink
ruff: bump version and update config
Browse files Browse the repository at this point in the history
  • Loading branch information
layday authored and gaborbernat committed Mar 11, 2024
1 parent 97ea57b commit 08cdb76
Show file tree
Hide file tree
Showing 2 changed files with 5 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 @@ -30,7 +30,7 @@ repos:
hooks:
- id: prettier
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.2.2
rev: v0.3.2
hooks:
- id: ruff
args: [--fix, --show-fixes]
Expand Down
5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,10 @@ ignore_missing_imports = true

[tool.ruff]
src = ["src"]
exclude = ["tests/packages/test-bad-syntax"]
exclude = [
"tests/packages/*/pyproject.toml",
"tests/packages/test-bad-syntax",
]
line-length = 127

[tool.ruff.format]
Expand Down

0 comments on commit 08cdb76

Please sign in to comment.