Skip to content

Commit 8588018

Browse files
committed
Update to ruff 0.6.6
1 parent 198e641 commit 8588018

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ repos:
2424
hooks:
2525
- id: black
2626
- repo: https://github.com/astral-sh/ruff-pre-commit
27-
rev: v0.6.5
27+
rev: v0.6.6
2828
hooks:
2929
- id: ruff
3030
types: [file]

test-requirements.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ cryptography>=41.0.0 # cryptography<41 segfaults on pypy3.10
1212
# Tools
1313
black; implementation_name == "cpython"
1414
mypy
15-
ruff >= 0.4.3
15+
ruff >= 0.6.6
1616
astor # code generation
1717
uv >= 0.2.24
1818
codespell

test-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ pytz==2024.1 ; python_full_version < '3.9'
113113
# via babel
114114
requests==2.32.3
115115
# via sphinx
116-
ruff==0.6.3
116+
ruff==0.6.6
117117
# via -r test-requirements.in
118118
sniffio==1.3.1
119119
# via -r test-requirements.in

0 commit comments

Comments
 (0)