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(ruff): fix deprecated warning #22477

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

pcriadoperez
Copy link
Contributor

@pcriadoperez pcriadoperez commented May 12, 2024

Fix following warnings:

  • warning: ruff <path> is deprecated. Use ruff check <path> instead.
  • warning: The top-level linter settings are deprecated in favour of their counterparts in the lint section. Please update the following options in /home/pablo/github/ccxt2/pyproject.toml:
    • 'ignore' -> 'lint.ignore'
    • 'select' -> 'lint.select'

@pcriadoperez pcriadoperez marked this pull request as draft May 12, 2024 22:35
@carlosmiei
Copy link
Collaborator

@pcriadoperez how do you get that warning?
locally can't see it

 npm run check-python-syntax

> ccxt@4.3.22 check-python-syntax
> cd python && tox -e qa && cd ..

qa: commands[0]> ruff ./ccxt/
  qa: OK (0.33=setup[0.09]+cmd[0.23] seconds)
  congratulations :) (0.53 seconds)

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.

None yet

2 participants