Skip to content

Commit a74a5d0

Browse files
[pre-commit.ci] pre-commit autoupdate (#199)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Philipp A. <flying-sheep@web.de>
1 parent 3e4cba8 commit a74a5d0

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ repos:
44
hooks:
55
- id: trailing-whitespace
66
- repo: https://github.com/astral-sh/ruff-pre-commit
7-
rev: v0.9.6
7+
rev: v0.9.7
88
hooks:
99
- id: ruff
1010
args: [--fix, --exit-non-zero-on-fix]

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ scanpydoc = 'scanpydoc.theme'
4747
select = ['ALL']
4848
allowed-confusables = ['', '×', 'l']
4949
ignore = [
50-
'ANN101', # No type annotating `self`
5150
'E741', # Ambiguous variable name
5251
'C408', # `dict` calls are useful
5352
'D203', # No blank lines before class body

0 commit comments

Comments
 (0)