summaryrefslogtreecommitdiffstats
path: root/.pre-commit-config.yaml
diff options
context:
space:
mode:
authorNikita Sobolev <mail@sobolevn.me>2023-10-17 10:32:29 (GMT)
committerGitHub <noreply@github.com>2023-10-17 10:32:29 (GMT)
commitb75b1f389f083db8568bff573c33ab4ecf29655a (patch)
tree80baf9d8ff5cb070f60b372a0fb22955246999c7 /.pre-commit-config.yaml
parentdb15fc23c629fb7e0dfd4858c064fcd4c02582b3 (diff)
downloadcpython-b75b1f389f083db8568bff573c33ab4ecf29655a.zip
cpython-b75b1f389f083db8568bff573c33ab4ecf29655a.tar.gz
cpython-b75b1f389f083db8568bff573c33ab4ecf29655a.tar.bz2
Bump test deps: `ruff` and `pre-commit-hooks` (#110972)
Diffstat (limited to '.pre-commit-config.yaml')
-rw-r--r--.pre-commit-config.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index b2cc6f2..f0e0fb8c 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/
@@ -12,7 +12,7 @@ repos:
files: ^Tools/clinic/|Lib/test/test_clinic.py
- 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/