Skip to content

Commit e573cff

Browse files
committed
Fix pre-commit conf
1 parent 88f0b2b commit e573cff

File tree

4 files changed

+1
-149
lines changed

4 files changed

+1
-149
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -37,18 +37,6 @@ jobs:
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 }}

.github/workflows/code-quality.yml

Lines changed: 0 additions & 135 deletions
This file was deleted.

.pre-commit-config.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ repos:
1515
hooks:
1616
# Run the linter.
1717
- id: ruff
18-
args: [ --fix ]
1918
# Run the formatter.
2019
- id: ruff-format
2120
exclude: ^docs/\.vuepress/public/

webview/event.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616

1717
class EventContainer:
18-
_serializable = False
18+
_serializable = False#sdfsdf
1919

2020
if TYPE_CHECKING:
2121

0 commit comments

Comments
 (0)