Skip to content

Commit bd9ae6f

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

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

+5-5
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
@@ -23,13 +23,13 @@ repos:
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: 24.10.0
3333
hooks:
3434
- id: black
3535
args: [--config, 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.1
5858
hooks:
5959
- id: flake8
6060
args: [--config, .flake8, --verbose]

0 commit comments

Comments
 (0)