Skip to content

Commit aa5fcd9

Browse files
authored
Merge branch 'main' into add-build-constraints
2 parents b091be2 + 153f691 commit aa5fcd9

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,18 +17,18 @@ repos:
1717
exclude: .patch
1818

1919
- repo: https://github.com/psf/black-pre-commit-mirror
20-
rev: 25.1.0
20+
rev: 25.9.0
2121
hooks:
2222
- id: black
2323

2424
- repo: https://github.com/astral-sh/ruff-pre-commit
25-
rev: v0.12.11
25+
rev: v0.13.3
2626
hooks:
2727
- id: ruff-check
2828
args: [--fix]
2929

3030
- repo: https://github.com/pre-commit/mirrors-mypy
31-
rev: v1.17.1
31+
rev: v1.18.2
3232
hooks:
3333
- id: mypy
3434
exclude: tests/data

docs/html/cli/pip_lock.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Options
3535
Examples
3636
========
3737

38-
#. Emit a ``pylock.toml`` for the the project in the current directory
38+
#. Emit a ``pylock.toml`` for the project in the current directory
3939

4040
.. tab:: Unix/macOS
4141

0 commit comments

Comments
 (0)