Skip to content

Commit 1a8b3eb

Browse files
chore(deps): update pre-commit hooks (#534)
* chore(deps): update pre-commit hooks updates: - [github.com/astral-sh/ruff-pre-commit: v0.5.7 → v0.6.1](astral-sh/ruff-pre-commit@v0.5.7...v0.6.1) * Update pyproject.toml --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Henry Schreiner <[email protected]>
1 parent 584a361 commit 1a8b3eb

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ repos:
1818
- id: trailing-whitespace
1919

2020
- repo: https://github.com/astral-sh/ruff-pre-commit
21-
rev: "v0.5.7"
21+
rev: "v0.6.1"
2222
hooks:
2323
- id: ruff
2424
args: [--fix, --show-fixes]

pyproject.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,8 +126,6 @@ strict = true
126126
enable_error_code = ["ignore-without-code", "redundant-expr", "truthy-bool"]
127127
warn_unreachable = true
128128

129-
[tool.ruff]
130-
src = ["src"]
131129

132130
[tool.ruff.lint]
133131
extend-select = [

0 commit comments

Comments
 (0)