Skip to content

Commit

Permalink
chore: drop deepsource integartion
Browse files Browse the repository at this point in the history
This has too many false positives and heavilyt overlaps with ruff.
  • Loading branch information
nijel committed Feb 5, 2025
1 parent 1bf200d commit 385615d
Show file tree
Hide file tree
Showing 12 changed files with 0 additions and 19 deletions.
1 change: 0 additions & 1 deletion .github/workflows/api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ name: API
on:
push:
branches-ignore:
- deepsource-fix-**
- renovate/**
- weblate
pull_request:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ name: Documentation
on:
push:
branches-ignore:
- deepsource-fix-**
- renovate/**
- weblate
pull_request:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/licenses-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ name: licenses update
on:
push:
branches:
- deepsource-fix-**
- renovate/**
- main
paths:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ name: macOS
on:
push:
branches-ignore:
- deepsource-fix-**
- renovate/**
- weblate
pull_request:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/migrations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ name: Migrations
on:
push:
branches-ignore:
- deepsource-fix-**
- renovate/**
- weblate
pull_request:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/mypy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ name: mypy
on:
push:
branches-ignore:
- deepsource-fix-**
- renovate/**
- weblate
pull_request:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ name: Pre-commit check
on:
push:
branches-ignore:
- deepsource-fix-**
- renovate/**
- weblate
pull_request:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/pylint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ name: pylint check
on:
push:
branches-ignore:
- deepsource-fix-**
- renovate/**
- weblate
pull_request:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/rundev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ name: Rundev
on:
push:
branches-ignore:
- deepsource-fix-**
- renovate/**
- weblate
pull_request:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/schema-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ name: jsonschema update
on:
push:
branches:
- deepsource-fix-**
- renovate/**
- main
paths:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ name: Distribution
on:
push:
branches-ignore:
- deepsource-fix-**
- renovate/**
- weblate
tags:
Expand Down
8 changes: 0 additions & 8 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ name: Test
on:
push:
branches-ignore:
- deepsource-fix-**
- renovate/**
- weblate
pull_request:
Expand Down Expand Up @@ -128,13 +127,6 @@ jobs:
uses: codecov/test-results-action@v1
with:
token: ${{ secrets.CODECOV_TOKEN }}
- name: DeepSource
uses: deepsourcelabs/[email protected]
if: ${{ github.event_name == 'push' }}
with:
key: python
coverage-file: coverage.xml
dsn: ${{ secrets.DEEPSOURCE_DSN }}
- name: Stop services
if: always()
run: ./ci/services-down ${{ matrix.database }}

0 comments on commit 385615d

Please sign in to comment.