Skip to content

Commit c2d50a6

Browse files
chore: update pre-commit hooks (#2165)
* chore: update pre-commit hooks updates: - [github.com/astral-sh/ruff-pre-commit: v0.6.3 → v0.6.4](astral-sh/ruff-pre-commit@v0.6.3...v0.6.4) - [github.com/scientific-python/cookie: 2024.04.23 → 2024.08.19](scientific-python/cookie@2024.04.23...2024.08.19) * remove src setting from ruff config --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Joseph Hamman <[email protected]>
1 parent ac6c6a3 commit c2d50a6

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ default_language_version:
77
python: python3
88
repos:
99
- repo: https://github.com/astral-sh/ruff-pre-commit
10-
rev: v0.6.3
10+
rev: v0.6.4
1111
hooks:
1212
- id: ruff
1313
args: ["--fix", "--show-fixes"]
@@ -41,7 +41,7 @@ repos:
4141
# Zarr v2
4242
- types-redis
4343
- repo: https://github.com/scientific-python/cookie
44-
rev: 2024.04.23
44+
rev: 2024.08.19
4545
hooks:
4646
- id: sp-repo-review
4747
- repo: https://github.com/pre-commit/pygrep-hooks

pyproject.toml

-1
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,6 @@ serve = "sphinx-autobuild docs docs/_build --host 0.0.0.0"
181181

182182
[tool.ruff]
183183
line-length = 100
184-
src = ["src"]
185184
force-exclude = true
186185
extend-exclude = [
187186
".bzr",

0 commit comments

Comments
 (0)