We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6db0f90 commit e7287b5Copy full SHA for e7287b5
.pre-commit-config.yaml
@@ -10,7 +10,7 @@ repos:
10
args: [--diff, --check]
11
12
- repo: https://github.com/charliermarsh/ruff-pre-commit
13
- rev: v0.0.253
+ rev: v0.0.265
14
hooks:
15
- id: ruff
16
tests/test_methods.py
@@ -4,8 +4,6 @@
4
5
# pylint: disable=missing-function-docstring
6
7
-# pylint: disable=missing-function-docstring
8
-
9
def test_decorator() -> None:
@method
0 commit comments