Skip to content

Commit cdf99bf

Browse files
chore(deps): update ruff to v0.5.0
1 parent caa23e9 commit cdf99bf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.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.0
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
@@ -31,7 +31,7 @@
3131
'pytest',
3232
'pytest-cov',
3333
'pytest-asyncio',
34-
'ruff==0.4.7',
34+
'ruff==0.5.0',
3535
'types-PyYAML'
3636
],
3737
},

0 commit comments

Comments
 (0)