Skip to content

Commit 08cdb76

Browse files
laydaygaborbernat
authored andcommitted
ruff: bump version and update config
1 parent 97ea57b commit 08cdb76

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ repos:
3030
hooks:
3131
- id: prettier
3232
- repo: https://github.com/astral-sh/ruff-pre-commit
33-
rev: v0.2.2
33+
rev: v0.3.2
3434
hooks:
3535
- id: ruff
3636
args: [--fix, --show-fixes]

pyproject.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,10 @@ ignore_missing_imports = true
148148

149149
[tool.ruff]
150150
src = ["src"]
151-
exclude = ["tests/packages/test-bad-syntax"]
151+
exclude = [
152+
"tests/packages/*/pyproject.toml",
153+
"tests/packages/test-bad-syntax",
154+
]
152155
line-length = 127
153156

154157
[tool.ruff.format]

0 commit comments

Comments
 (0)