Update main.yaml

pull/20/head
Ali Kamal 2023-02-24 00:16:33 +05:00 zatwierdzone przez GitHub
rodzic 2ec873ded1
commit de4039a76d
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 1 dodań i 14 usunięć

Wyświetl plik

@ -26,20 +26,7 @@ jobs:
run: pip install pylint
- name: Run Pylint
run: |
pylint --disable=
- C0301 # Line too long
- C0303 # Trailing whitespace
- C0305 # Trailing newlines
- C0114 # Missing module docstring
- R0402 # Use 'from module import name' instead
- C0116 # Missing function or method docstring
- W0621 # Redefining name from outer scope
- E1101 # Module has no member
- C0103 # Invalid function name
- C0321 # Multiple statements on a single line
- C0209 # Formatting a regular string which could be a f-string
$(git ls-files '*.py')
run: pylint --disable=all $(git ls-files '*.py')
- name: Run Black
run: black .