Skip to content

Commit 930e8c6

Browse files
committed
updating
1 parent ff18914 commit 930e8c6

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/lint-format.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
pip install pylint black
2626
2727
- name: Run pylint
28-
run: pylint $(git ls-files '*.py')
28+
run: pylint .
2929

3030
- name: Run black
3131
run: black --check .

.pylintrc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
[main]
2-
3-
ignore=tests,.env
1+
[MASTER]
2+
ignore=tests,.env
3+
disable=import-error,line-too-long

0 commit comments

Comments
 (0)