Skip to content

Commit

Permalink
Merge pull request #4731 from neutrinoceros/drop_nbqa_ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
neutrinoceros authored Nov 8, 2023
2 parents de317c9 + 63a2d39 commit a381a29
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
6 changes: 0 additions & 6 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,6 @@ repos:
- id: ruff
args: [--fix]

- repo: https://github.com/nbQA-dev/nbQA
rev: 1.7.0
hooks:
- id: nbqa-ruff
args: [--fix, --extend-ignore=E402]

- repo: https://github.com/pre-commit/pygrep-hooks
rev: v1.10.0
hooks:
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -265,6 +265,7 @@ exclude = '''
'''

[tool.ruff]
extend-include = ["*.ipynb"]
exclude = [
"doc",
"benchmarks",
Expand Down

0 comments on commit a381a29

Please sign in to comment.