Skip to content

Commit 414047d

Browse files
committed
update Ruff
1 parent 244fde4 commit 414047d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-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 @@ ci:
44

55
repos:
66
- repo: https://github.com/astral-sh/ruff-pre-commit
7-
rev: v0.9.10
7+
rev: v0.11.4
88
hooks:
99
- id: ruff
1010
args: [--fix, --exit-non-zero-on-fix]

tests/test_stdlib.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -663,7 +663,7 @@ def test_add_extra_e2e(
663663
handler.setLevel(0)
664664
logger.addHandler(handler)
665665
logger.setLevel(0)
666-
logging.warning("allow = %s", allow)
666+
logging.warning("allow = %s", allow) # noqa: LOG015
667667

668668
event_dict = {"event": "Some text"}
669669
expected = self._copy_allowed(event_dict, extra_dict, allow)

0 commit comments

Comments
 (0)