Skip to content

Commit 7764bbf

Browse files
committed
🚀 Move pydevd integration to separate repo
1 parent a130742 commit 7764bbf

23 files changed

+209
-1657
lines changed

.github/dependabot.yml

+2-10
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,8 @@
11
version: 2
22
updates:
33
- package-ecosystem: pip
4-
directory: "/async-pydevd"
4+
directory: "/helpers"
55
schedule:
66
interval: daily
77
time: "03:00"
8-
open-pull-requests-limit: 10
9-
ignore:
10-
- dependency-name: pydevd-pycharm
11-
versions:
12-
- 211.6085.15
13-
- 211.6305.22
14-
- 211.6693.115
15-
- 211.6693.23
16-
- 211.6693.77
8+
open-pull-requests-limit: 10

.github/workflows/lint.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,4 @@ jobs:
2525
2626
- name: Lint
2727
run: |
28-
helpers plugin --check
29-
helpers format --check
28+
helpers plugin --check

.github/workflows/test.yml

-37
This file was deleted.

async-pydevd/__init__.py

Whitespace-only changes.

async-pydevd/async_pydevd/__init__.py

-26
This file was deleted.

async-pydevd/async_pydevd/async_eval.py

-118
This file was deleted.

async-pydevd/async_pydevd/asyncio_patch.py

-58
This file was deleted.

async-pydevd/async_pydevd/pydevd_main.py

-4
This file was deleted.

async-pydevd/async_pydevd/pydevd_patch.py

-104
This file was deleted.

0 commit comments

Comments
 (0)