Skip to content

Commit f6da25a

Browse files
pre-commit: bump repositories (#801)
* pre-commit: bump repositories updates: - [github.com/abravalheri/validate-pyproject: v0.18 → v0.19](abravalheri/validate-pyproject@v0.18...v0.19) - [github.com/astral-sh/ruff-pre-commit: v0.5.7 → v0.6.3](astral-sh/ruff-pre-commit@v0.5.7...v0.6.3) * chore: Ruff updates --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Henry Schreiner <HenrySchreinerIII@gmail.com>
1 parent 9a52c50 commit f6da25a

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ repos:
1717
- id: end-of-file-fixer
1818
- id: trailing-whitespace
1919
- repo: https://github.com/abravalheri/validate-pyproject
20-
rev: v0.18
20+
rev: v0.19
2121
hooks:
2222
- id: validate-pyproject
2323
- repo: https://github.com/asottile/blacken-docs
@@ -30,7 +30,7 @@ repos:
3030
hooks:
3131
- id: prettier
3232
- repo: https://github.com/astral-sh/ruff-pre-commit
33-
rev: v0.5.7
33+
rev: v0.6.3
3434
hooks:
3535
- id: ruff
3636
args: [--fix, --show-fixes]

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,6 @@ module = [
146146
ignore_missing_imports = true
147147

148148
[tool.ruff]
149-
src = ["src"]
150149
exclude = [
151150
"tests/packages/*/pyproject.toml",
152151
"tests/packages/test-bad-syntax",

0 commit comments

Comments
 (0)