You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .pre-commit-config.yaml
+1-1
Original file line number
Diff line number
Diff line change
@@ -36,5 +36,5 @@ repos:
36
36
name: pylint (tests code)
37
37
description: Run pylint rules on "tests/*.py" files
38
38
entry: /usr/bin/env bash -c
39
-
args: ['([[ ! -d "tests" ]] || for test in $(find . -path "./tests/*.py"); do pylint --disable=missing-docstring $test; done)']
39
+
args: ['([[ ! -d "tests" ]] || for test in $(find . -path "./tests/*.py"); do pylint --disable=missing-docstring,consider-using-f-string $test; done)']
0 commit comments