We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Something like this works:
- repo: https://github.com/nbQA-dev/nbQA rev: 1.6.1 hooks: - id: nbqa-pyupgrade args: [--py38-plus] - id: nbqa-black - id: nbqa-isort - id: nbqa-ruff args: [--fix] - id: nbqa entry: nbqa blacken-docs name: nbqa-blacken-docs alias: nbqa-blacken-docs additional_dependencies: [blacken-docs] args: [--nbqa-md] - id: nbqa entry: nbqa mdformat name: nbqa-mdformat alias: nbqa-mdformat additional_dependencies: [ mdformat, mdformat-black, mdformat-frontmatter, mdformat-web, mdformat-myst, ] args: [--nbqa-md]
This would also be a good to do when switching to ruff as it will read configs in the toml
The text was updated successfully, but these errors were encountered:
So with ruff we can drop isort here. I found mdformat to be helpful
Sorry, something went wrong.
pyupgrade too. so:
- repo: https://github.com/nbQA-dev/nbQA rev: 1.6.1 hooks: - id: nbqa-black - id: nbqa-ruff args: [--fix] - id: nbqa entry: nbqa blacken-docs name: nbqa-blacken-docs alias: nbqa-blacken-docs additional_dependencies: [blacken-docs] args: [--nbqa-md] - id: nbqa entry: nbqa mdformat name: nbqa-mdformat alias: nbqa-mdformat additional_dependencies: - mdformat - mdformat-black - mdformat-frontmatter - mdformat-web - mdformat-myst args: [--nbqa-md]
superseded by #237
flying-sheep
No branches or pull requests
Something like this works:
This would also be a good to do when switching to ruff as it will read configs in the toml
The text was updated successfully, but these errors were encountered: