Skip to content

Commit f99b1a6

Browse files
committed
Update pre-commit repo versions
1 parent eed413c commit f99b1a6

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

.pre-commit-config.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ default_stages: [ commit ]
55

66
repos:
77
- repo: https://github.com/pre-commit/pre-commit-hooks
8-
rev: v5.0.0
8+
rev: v6.0.0
99
hooks:
1010
- id: debug-statements
1111
- id: check-builtin-literals
@@ -18,24 +18,24 @@ repos:
1818
- id: end-of-file-fixer
1919
- id: trailing-whitespace
2020
- repo: https://github.com/python-poetry/poetry
21-
rev: 2.0.0
21+
rev: 2.2.1
2222
hooks:
2323
- id: poetry-check
2424
- repo: https://github.com/PyCQA/isort
25-
rev: 5.13.2
25+
rev: 7.0.0
2626
hooks:
2727
- id: isort
2828
- repo: https://github.com/psf/black
29-
rev: 24.10.0
29+
rev: 25.9.0
3030
hooks:
3131
- id: black
3232
- repo: https://github.com/codespell-project/codespell
33-
rev: v2.3.0
33+
rev: v2.4.1
3434
hooks:
3535
- id: codespell
3636
exclude: poetry.lock
3737
- repo: https://github.com/charliermarsh/ruff-pre-commit
38-
rev: v0.9.0
38+
rev: v0.14.1
3939
hooks:
4040
- id: ruff
4141
args:
@@ -49,7 +49,7 @@ repos:
4949
types: [python]
5050
require_serial: true
5151
- repo: https://github.com/pre-commit/mirrors-mypy
52-
rev: v1.14.1
52+
rev: v1.18.2
5353
hooks:
5454
- id: mypy
5555
exclude: cli.py

0 commit comments

Comments
 (0)