Skip to content

Commit

Permalink
Update pre-commit dependencies (#13289)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Alex Waygood <alex.waygood@gmail.com>
  • Loading branch information
renovate[bot] and AlexWaygood committed Sep 9, 2024
1 parent f427a7a commit 346dbf4
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ repos:
)$
- repo: https://github.com/crate-ci/typos
rev: v1.24.3
rev: v1.24.5
hooks:
- id: typos

Expand All @@ -59,7 +59,7 @@ repos:
pass_filenames: false # This makes it a lot faster

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.6.3
rev: v0.6.4
hooks:
- id: ruff-format
- id: ruff
Expand Down
1 change: 1 addition & 0 deletions python/ruff-ecosystem/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ build-backend = "hatchling.build"
[project]
name = "ruff-ecosystem"
version = "0.0.0"
requires-python = ">=3.11"
dependencies = ["unidiff==0.7.5", "tomli_w==1.0.0", "tomli==2.0.1"]

[project.scripts]
Expand Down
3 changes: 2 additions & 1 deletion scripts/generate_mkdocs.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,9 @@
import re
import shutil
import subprocess
from collections.abc import Sequence
from pathlib import Path
from typing import NamedTuple, Sequence
from typing import NamedTuple

import mdformat
import yaml
Expand Down
2 changes: 1 addition & 1 deletion scripts/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "scripts"
version = "0.0.1"
dependencies = ["stdlibs"]
requires-python = ">=3.8"
requires-python = ">=3.11"

[tool.black]
line-length = 88
Expand Down

0 comments on commit 346dbf4

Please sign in to comment.