Skip to content
This repository was archived by the owner on Aug 29, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 0 additions & 14 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,20 +143,6 @@ jobs:
paths:
- "venv"

- run:
name: Run black
command: |
. venv/bin/activate
black tests/dash --check
when: always

- run:
name: Run pylint
command: |
. venv/bin/activate
flake8 tests.dash
when: always

- run:
name: Run integration tests
command: |
Expand Down
Loading