diff options
| author | 2025-11-09 23:22:10 +0000 | |
|---|---|---|
| committer | 2025-11-09 23:22:10 +0000 | |
| commit | 9439a355d06fe22da9e2d7a7dc1c4303d0fad97b (patch) | |
| tree | 7aaa50c6d9eb66fcd4dae85ba74a268cc565f23e /pyproject.toml | |
| parent | Add 12.x changelog so far (diff) | |
Update ruff version
Diffstat (limited to 'pyproject.toml')
| -rw-r--r-- | pyproject.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index 04347c19..3121d1b3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -46,7 +46,7 @@ test = [ ] lint = [ - "ruff==0.9.6", + "ruff==0.14.4", "pre-commit==4.4.0" ] |