Skip to content

Commit

Permalink
Merge pull request #4965 from neutrinoceros/sty/bump_ruff_0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
neutrinoceros authored Aug 24, 2024
2 parents ba832f4 + 2deec34 commit 6193498
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
4 changes: 1 addition & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,10 @@ repos:
additional_dependencies: [black==24.3.0]

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.5.6
rev: v0.6.1
hooks:
- id: ruff-format
types_or: [ python, pyi, jupyter ]
- id: ruff
types_or: [ python, pyi, jupyter ]
args: [
--fix,
--show-fixes,
Expand Down
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,6 @@ exclude = '''
'''

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

0 comments on commit 6193498

Please sign in to comment.