File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ Options
3535Examples
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
You can’t perform that action at this time.
0 commit comments