Skip to content

Commit 08f9c21

Browse files
author
Wil Thieme
committed
update ruff
1 parent 9d4a05b commit 08f9c21

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
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/astral-sh/ruff-pre-commit
3-
rev: v0.6.4
3+
rev: v0.6.5
44
hooks:
55
# Run the linter.
66
- id: ruff

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ pytest-datadir==1.5.0
77
pytest-mock==3.14.0
88
pytest==8.3.2
99
requests-mock==1.11.0
10-
ruff==0.6.4
10+
ruff==0.6.5
1111
testfixtures==8.3.0

0 commit comments

Comments
 (0)