Skip to content

Commit 6f84432

Browse files
committed
Added EOF in both the files
1 parent 548b26d commit 6f84432

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/linters/.python-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,4 +270,4 @@ valid-metaclass-classmethod-first-arg=mcs
270270

271271
# Exceptions that will emit a warning when being caught. Defaults to
272272
# "Exception"
273-
overgeneral-exceptions=Exception
273+
overgeneral-exceptions=Exception

.github/workflows/py_lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,4 +53,4 @@ jobs:
5353
DEFAULT_BRANCH: master
5454
LINTER_RULES_PATH: /.github/linters
5555
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
56-
PYTHON_PYLINT_CONFIG_FILE: .python-lint
56+
PYTHON_PYLINT_CONFIG_FILE: .python-lint

0 commit comments

Comments
 (0)