Skip to content

Commit 1e8c830

Browse files
authored
pre-commit hooks auto-update
1 parent efd3d42 commit 1e8c830

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ repos:
2323
args: [--profile, black]
2424

2525
- repo: https://github.com/asottile/pyupgrade
26-
rev: v3.16.0
26+
rev: v3.17.0
2727
hooks:
2828
- id: pyupgrade
2929
args: [--py38-plus]
@@ -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)