Skip to content

Commit

Permalink
Merge pull request #375 from freqtrade/dependabot/pip/ruff-0.1.1
Browse files Browse the repository at this point in the history
Bump ruff from 0.0.292 to 0.1.1
  • Loading branch information
xmatthias authored Oct 23, 2023
2 parents 7fd965e + 402975b commit 59ca68e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
- name: Run Ruff
run: |
ruff check --format=github .
ruff check --output-format=github .
- name: Sort imports (isort)
run: |
Expand Down Expand Up @@ -142,7 +142,7 @@ jobs:
- name: Run Ruff
run: |
ruff check --format=github technical tests
ruff check --output-format=github technical tests
- name: Discord notification
uses: rjstone/discord-webhook-notify@v1
Expand Down
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ pytest==7.4.2
pytest-cov==4.1.0
pytest-mock==3.12.0
pytest-random-order==1.1.0
ruff==0.0.292
ruff==0.1.1
isort==5.12.0
black==23.10.0

0 comments on commit 59ca68e

Please sign in to comment.