Skip to content

Commit 0e9a157

Browse files
[pre-commit.ci] pre-commit autoupdate (#219)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Phil Schaf <flying-sheep@web.de>
1 parent dfdf26c commit 0e9a157

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
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.12.1
7+
rev: v0.12.2
88
hooks:
99
- id: ruff
1010
args: [--fix, --exit-non-zero-on-fix]

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ ignore = [
5353
'D407', # We’re not using Numpydoc style
5454
'FIX002', # TODOs are OK
5555
'PD', # False positives
56+
'PLC0415', # Non-top-level imports are OK
5657
'COM812', # Conflicts with formatting
5758
'ISC001', # Conflicts with formatting
5859
]

0 commit comments

Comments
 (0)