Skip to content

Commit 781a361

Browse files
chore(deps): update ruff to v0.12.1 (#91)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 67f4d80 commit 781a361

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.12
13+
rev: v0.12.1
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.12',
36+
'ruff==0.12.1',
3737
],
3838
},
3939
entry_points={

0 commit comments

Comments
 (0)