Add ruff linting - initial configuration
This commit is contained in:
12
.github/workflows/ci.yml
vendored
12
.github/workflows/ci.yml
vendored
@@ -98,6 +98,10 @@ jobs:
|
||||
run: |
|
||||
isort --check .
|
||||
|
||||
- name: Ruff - linting
|
||||
run: |
|
||||
ruff check .
|
||||
|
||||
- name: Mypy
|
||||
run: |
|
||||
mypy freqtrade scripts tests
|
||||
@@ -194,6 +198,10 @@ jobs:
|
||||
run: |
|
||||
isort --check .
|
||||
|
||||
- name: Ruff - linting
|
||||
run: |
|
||||
ruff check .
|
||||
|
||||
- name: Mypy
|
||||
run: |
|
||||
mypy freqtrade scripts
|
||||
@@ -252,6 +260,10 @@ jobs:
|
||||
run: |
|
||||
flake8
|
||||
|
||||
- name: Ruff - linting
|
||||
run: |
|
||||
ruff check .
|
||||
|
||||
- name: Mypy
|
||||
run: |
|
||||
mypy freqtrade scripts tests
|
||||
|
Reference in New Issue
Block a user