diff options
author | Alex Waygood <Alex.Waygood@Gmail.com> | 2023-10-03 15:09:06 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-03 15:09:06 (GMT) |
commit | 3079aa3f5d4f54a05b9b67cb60625e45581f7ade (patch) | |
tree | 4f4a500fd2d6b41382ec1e76a91e024ee8a152f2 /.pre-commit-config.yaml | |
parent | a151afe7199553415c8c4ea6406b0d393afb119b (diff) | |
download | cpython-3079aa3f5d4f54a05b9b67cb60625e45581f7ade.zip cpython-3079aa3f5d4f54a05b9b67cb60625e45581f7ade.tar.gz cpython-3079aa3f5d4f54a05b9b67cb60625e45581f7ade.tar.bz2 |
[3.11] Enable ruff on `Lib/test/test_typing.py` (#110179) (#110290)
Diffstat (limited to '.pre-commit-config.yaml')
-rw-r--r-- | .pre-commit-config.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 980b616..3cff565 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/ |