Skip to content

Commit c8d1045

Browse files
authored
pre-commit hooks auto-update
1 parent e69c720 commit c8d1045

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.pre-commit-config.yaml

+7-7
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
repos:
66
- repo: https://github.com/pre-commit/pre-commit-hooks
7-
rev: v4.6.0
7+
rev: v5.0.0
88
hooks:
99
- id: check-ast
1010
- id: check-case-conflict
@@ -17,25 +17,25 @@ repos:
1717
- id: trailing-whitespace
1818

1919
- repo: https://github.com/pycqa/isort
20-
rev: 5.13.2
20+
rev: 6.0.1
2121
hooks:
2222
- id: isort
2323
args: [--profile, black]
2424

2525
- repo: https://github.com/asottile/pyupgrade
26-
rev: v3.16.0
26+
rev: v3.19.1
2727
hooks:
2828
- id: pyupgrade
2929
args: [--py38-plus]
3030

3131
- repo: https://github.com/psf/black-pre-commit-mirror
32-
rev: 24.4.2
32+
rev: 25.1.0
3333
hooks:
3434
- id: black
3535
args: [--config, pyproject.toml]
3636

3737
- repo: https://github.com/codespell-project/codespell
38-
rev: v2.3.0
38+
rev: v2.4.1
3939
hooks:
4040
- id: codespell
4141
args: [--toml, pyproject.toml]
@@ -48,13 +48,13 @@ repos:
4848
args: [--mapping, '4', --sequence, '4', --offset, '0']
4949

5050
- repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks
51-
rev: v2.13.0
51+
rev: v2.14.0
5252
hooks:
5353
- id: pretty-format-toml
5454
args: [--autofix, --indent, '4']
5555

5656
- repo: https://github.com/pyCQA/flake8
57-
rev: 7.1.0
57+
rev: 7.1.2
5858
hooks:
5959
- id: flake8
6060
args: [--config, .flake8, --verbose]

0 commit comments

Comments
 (0)