kopia lustrzana https://github.com/jaymody/picoGPT
Update main.yaml
rodzic
2ec873ded1
commit
de4039a76d
|
@ -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 .
|
||||
|
|
Ładowanie…
Reference in New Issue