Skip to content

Commit 6193498

Browse files
Merge pull request #4965 from neutrinoceros/sty/bump_ruff_0.6.0
2 parents ba832f4 + 2deec34 commit 6193498

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,10 @@ repos:
3636
additional_dependencies: [black==24.3.0]
3737

3838
- repo: https://github.com/astral-sh/ruff-pre-commit
39-
rev: v0.5.6
39+
rev: v0.6.1
4040
hooks:
4141
- id: ruff-format
42-
types_or: [ python, pyi, jupyter ]
4342
- id: ruff
44-
types_or: [ python, pyi, jupyter ]
4543
args: [
4644
--fix,
4745
--show-fixes,

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,6 @@ exclude = '''
272272
'''
273273

274274
[tool.ruff]
275-
extend-include = ["*.ipynb"]
276275
exclude = [
277276
"doc",
278277
"benchmarks",

0 commit comments

Comments
 (0)