Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump ruff from 0.0.292 to 0.1.1 #375

Merged
merged 2 commits into from
Oct 23, 2023
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
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
Loading