Skip to content

Commit 657acd0

Browse files
pre-commit-ci[bot]hfudev
authored andcommitted
[pre-commit.ci] pre-commit autoupdate
updates: - https://github.com/charliermarsh/ruff-pre-commithttps://github.com/astral-sh/ruff-pre-commit - [github.com/astral-sh/ruff-pre-commit: v0.8.1 → v0.11.2](astral-sh/ruff-pre-commit@v0.8.1...v0.11.2)
1 parent 60457d8 commit 657acd0

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ repos:
1414
- id: end-of-file-fixer
1515
- id: mixed-line-ending
1616
args: ["-f=lf"]
17-
- repo: https://github.com/charliermarsh/ruff-pre-commit
18-
rev: "v0.8.1"
17+
- repo: https://github.com/astral-sh/ruff-pre-commit
18+
rev: "v0.11.2"
1919
hooks:
2020
- id: ruff
2121
args: ["--fix"]

ruff.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ select = [
1616
'RUF', # Ruff-specific rules
1717
]
1818

19+
ignore = [
20+
'LOG015', # use pytest logging
21+
]
22+
1923
[format]
2024
quote-style = "single"
2125
exclude = [

0 commit comments

Comments
 (0)