Skip to content
This repository was archived by the owner on Nov 15, 2024. It is now read-only.

Commit 646cfd2

Browse files
Update ruff to v0.5.5
1 parent 2d9e233 commit 646cfd2

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.4.7
13+
rev: v0.5.5
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
@@ -26,7 +26,7 @@
2626
'pytest',
2727
'pytest-cov',
2828
'pytest-asyncio',
29-
'ruff==0.4.7',
29+
'ruff==0.5.5',
3030
],
3131
},
3232
license='GPLv2',

0 commit comments

Comments
 (0)