Skip to content

Commit c9ab781

Browse files
chore(deps): update ruff to v0.6.8
1 parent de15adf commit c9ab781

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.5.0
13+
rev: v0.6.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
@@ -32,7 +32,7 @@
3232
'pytest-cov',
3333
'pytest-xdist',
3434
'mypy==1.11.2',
35-
'ruff==0.5.0',
35+
'ruff==0.6.8',
3636
],
3737
},
3838
license='GPLv2',

0 commit comments

Comments
 (0)