Bump ruff to 0.3.5 (#114634)

pull/114641/head
Joost Lekkerkerker 2024-04-02 13:53:58 +02:00 committed by GitHub
parent 0b7d9d6c44
commit 991a4940cd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.3.4
rev: v0.3.5
hooks:
- id: ruff
args:

View File

@ -1,5 +1,5 @@
# Automatically generated from .pre-commit-config.yaml by gen_requirements_all.py, do not edit
codespell==2.2.6
ruff==0.3.4
ruff==0.3.5
yamllint==1.35.1