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

Fix warning about deprecated ruff usage #25

Merged
merged 1 commit into from
May 8, 2024
Merged

Fix warning about deprecated ruff usage #25

merged 1 commit into from
May 8, 2024

Conversation

alexott
Copy link
Contributor

@alexott alexott commented May 5, 2024

Changes

Fixes following warning

cmd [3] | ruff .
warning: `ruff <path>` is deprecated. Use `ruff check <path>` instead.

Linked issues

Resolves #..

Tests

  • manually tested
  • added unit tests
  • added integration tests

@alexott alexott enabled auto-merge (squash) May 8, 2024 10:33
```
cmd [3] | ruff .
warning: `ruff <path>` is deprecated. Use `ruff check <path>` instead.
```

Signed-off-by: Alex Ott <[email protected]>
@alexott alexott merged commit d9c23c2 into main May 8, 2024
8 checks passed
@alexott alexott deleted the ruff-check-fix branch May 8, 2024 11:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants