From: Nikita Sobolev Date: Tue, 17 Oct 2023 12:35:00 +0000 (+0300) Subject: [3.11] Bump test deps: `ruff` and `pre-commit-hooks` (GH-110972) (#110981) X-Git-Tag: v3.11.7~176 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f58bcee53a9ef542d44c2898d743362f3f96dc53;p=thirdparty%2FPython%2Fcpython.git [3.11] Bump test deps: `ruff` and `pre-commit-hooks` (GH-110972) (#110981) (cherry picked from commit b75b1f389f083db8568bff573c33ab4ecf29655a) --- diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index d69365f85c05..fd2692e490be 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.0.292 + rev: v0.1.0 hooks: - id: ruff name: Run Ruff on Lib/test/ @@ -8,7 +8,7 @@ repos: files: ^Lib/test/ - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.4.0 + rev: v4.5.0 hooks: - id: check-toml exclude: ^Lib/test/test_tomllib/