Skip to content

Commit fc454c9

Browse files
chore(deps): update ruff to v0.11.8 (#89)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 74528f2 commit fc454c9

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ repos:
1010
- id: check-added-large-files
1111
- id: check-json
1212
- repo: https://github.com/charliermarsh/ruff-pre-commit
13-
rev: v0.11.7
13+
rev: v0.11.8
1414
hooks:
1515
- id: ruff
1616
args: [--fix, --exit-non-zero-on-fix]

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
'pytest',
3434
'pytest-cov',
3535
'pytest-asyncio',
36-
'ruff==0.11.7',
36+
'ruff==0.11.8',
3737
],
3838
},
3939
entry_points={

0 commit comments

Comments
 (0)