We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 548b26d commit 6f84432Copy full SHA for 6f84432
.github/linters/.python-lint.yml
@@ -270,4 +270,4 @@ valid-metaclass-classmethod-first-arg=mcs
270
271
# Exceptions that will emit a warning when being caught. Defaults to
272
# "Exception"
273
-overgeneral-exceptions=Exception
+overgeneral-exceptions=Exception
.github/workflows/py_lint.yml
@@ -53,4 +53,4 @@ jobs:
53
DEFAULT_BRANCH: master
54
LINTER_RULES_PATH: /.github/linters
55
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
56
- PYTHON_PYLINT_CONFIG_FILE: .python-lint
+ PYTHON_PYLINT_CONFIG_FILE: .python-lint
0 commit comments