We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff18914 commit 930e8c6Copy full SHA for 930e8c6
.github/workflows/lint-format.yml
@@ -25,7 +25,7 @@ jobs:
25
pip install pylint black
26
27
- name: Run pylint
28
- run: pylint $(git ls-files '*.py')
+ run: pylint .
29
30
- name: Run black
31
run: black --check .
.pylintrc
@@ -1,3 +1,3 @@
1
-[main]
2
-
3
-ignore=tests,.env
+[MASTER]
+ignore=tests,.env
+disable=import-error,line-too-long
0 commit comments