Skip to content

Commit 84c6353

Browse files
committed
chore: aupdate pre-commit hooks
Signed-off-by: Frost Ming <[email protected]>
1 parent 481decf commit 84c6353

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.pre-commit-config.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/psf/black
3-
rev: 23.3.0
3+
rev: 23.10.1
44
hooks:
55
- id: black
66

@@ -11,7 +11,7 @@ repos:
1111
exclude: docs/.*
1212

1313
- repo: https://github.com/pre-commit/pre-commit-hooks
14-
rev: v4.4.0
14+
rev: v4.5.0
1515
hooks:
1616
- id: trailing-whitespace
1717
exclude: ^tests/(toml-test|toml-spec-tests)/.*
@@ -20,7 +20,7 @@ repos:
2020
- id: debug-statements
2121

2222
- repo: https://github.com/asottile/yesqa
23-
rev: v1.4.0
23+
rev: v1.5.0
2424
hooks:
2525
- id: yesqa
2626
additional_dependencies: &flake8_deps
@@ -37,19 +37,19 @@ repos:
3737
exclude: ^tomlkit/items\.py
3838

3939
- repo: https://github.com/asottile/pyupgrade
40-
rev: v3.3.2
40+
rev: v3.15.0
4141
hooks:
4242
- id: pyupgrade
4343
args: [--py37-plus]
4444

4545
- repo: https://github.com/hadialqattan/pycln
46-
rev: v2.1.3
46+
rev: v2.3.0
4747
hooks:
4848
- id: pycln
4949
args: [--all]
5050

5151
- repo: https://github.com/pycqa/flake8
52-
rev: 5.0.4
52+
rev: 6.1.0
5353
hooks:
5454
- id: flake8
5555
additional_dependencies: *flake8_deps

0 commit comments

Comments
 (0)