Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#219)
Browse files Browse the repository at this point in the history
* [pre-commit.ci] pre-commit autoupdate

updates:
- [github.com/astral-sh/ruff-pre-commit: v0.9.4 → v0.9.7](astral-sh/ruff-pre-commit@v0.9.4...v0.9.7)

* fix

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Mathieu Scheltienne <[email protected]>
  • Loading branch information
pre-commit-ci[bot] and mscheltienne authored Mar 2, 2025
1 parent d84a6c3 commit 269ccd1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ repos:
files: pycrostates

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.9.4
rev: v0.9.7
hooks:
- id: ruff
name: ruff linter
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,7 @@ select = ['A', 'B', 'E', 'F', 'UP', 'W']
'*/cluster/_base.pyi' = ['B006']
'*/segmentation/_base.pyi' = ['F811']
'__init__.py' = ['F401']
'pycrostates/io/__init__.py' = ['A005']

[tool.setuptools]
include-package-data = false
Expand Down

0 comments on commit 269ccd1

Please sign in to comment.