File tree Expand file tree Collapse file tree 4 files changed +1
-149
lines changed
Expand file tree Collapse file tree 4 files changed +1
-149
lines changed Original file line number Diff line number Diff line change 3737 run : |
3838 pre-commit run --all-files --show-diff-on-failure
3939
40- - name : Check import sorting
41- run : |
42- ruff check --select I .
43-
44- - name : Check formatting
45- run : |
46- ruff format --check --diff .
47-
48- - name : Run linting
49- run : |
50- ruff check .
51-
5240 tests :
5341 name : ${{ matrix.name }}
5442 runs-on : ${{ matrix.os }}
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1515 hooks :
1616 # Run the linter.
1717 - id : ruff
18- args : [ --fix ]
1918 # Run the formatter.
2019 - id : ruff-format
2120exclude : ^docs/\.vuepress/public/
Original file line number Diff line number Diff line change 1515
1616
1717class EventContainer :
18- _serializable = False
18+ _serializable = False #sdfsdf
1919
2020 if TYPE_CHECKING :
2121
You can’t perform that action at this time.
0 commit comments