Skip to content

Commit e7287b5

Browse files
committed
Upgrade ruff
1 parent 6db0f90 commit e7287b5

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ repos:
1010
args: [--diff, --check]
1111

1212
- repo: https://github.com/charliermarsh/ruff-pre-commit
13-
rev: v0.0.253
13+
rev: v0.0.265
1414
hooks:
1515
- id: ruff
1616

tests/test_methods.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@
44

55
# pylint: disable=missing-function-docstring
66

7-
# pylint: disable=missing-function-docstring
8-
97

108
def test_decorator() -> None:
119
@method

0 commit comments

Comments
 (0)