Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#199)
Browse files Browse the repository at this point in the history
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Philipp A. <[email protected]>
  • Loading branch information
pre-commit-ci[bot] and flying-sheep authored Feb 25, 2025
1 parent 3e4cba8 commit a74a5d0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ repos:
hooks:
- id: trailing-whitespace
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.9.6
rev: v0.9.7
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]
Expand Down
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ scanpydoc = 'scanpydoc.theme'
select = ['ALL']
allowed-confusables = ['', '×', 'l']
ignore = [
'ANN101', # No type annotating `self`
'E741', # Ambiguous variable name
'C408', # `dict` calls are useful
'D203', # No blank lines before class body
Expand Down

0 comments on commit a74a5d0

Please sign in to comment.