summaryrefslogtreecommitdiffstats
path: root/.pre-commit-config.yaml
diff options
context:
space:
mode:
authorAlex Waygood <Alex.Waygood@Gmail.com>2023-10-02 20:13:48 (GMT)
committerGitHub <noreply@github.com>2023-10-02 20:13:48 (GMT)
commit014aacda6239f0e33b3ad5ece343df66701804b2 (patch)
treecc4137ede8c2d90eefa5990bd8c6458495903ef3 /.pre-commit-config.yaml
parent1dd9dee45d2591b4e701039d1673282380696849 (diff)
downloadcpython-014aacda6239f0e33b3ad5ece343df66701804b2.zip
cpython-014aacda6239f0e33b3ad5ece343df66701804b2.tar.gz
cpython-014aacda6239f0e33b3ad5ece343df66701804b2.tar.bz2
Enable ruff on `Lib/test/test_typing.py` (#110179)
Diffstat (limited to '.pre-commit-config.yaml')
-rw-r--r--.pre-commit-config.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index 4c1fd20..a5d32a0 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.288
+ rev: v0.0.292
hooks:
- id: ruff
name: Run Ruff on Lib/test/