Skip to content

Commit dcbe9bf

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 22.12.0 → 24.10.0](psf/black@22.12.0...24.10.0) - [github.com/PyCQA/flake8: 6.0.0 → 7.1.1](PyCQA/flake8@6.0.0...7.1.1) - [github.com/asottile/setup-cfg-fmt: v2.2.0 → v2.7.0](asottile/setup-cfg-fmt@v2.2.0...v2.7.0) - [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.6.0...v5.0.0)
1 parent cdcbe1d commit dcbe9bf

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,26 +6,26 @@ ci:
66
repos:
77

88
- repo: https://github.com/psf/black
9-
rev: 22.12.0
9+
rev: 24.10.0
1010
hooks:
1111
- id: black
1212

1313
- repo: https://github.com/PyCQA/flake8
14-
rev: 6.0.0
14+
rev: 7.1.1
1515
hooks:
1616
- id: flake8
1717
additional_dependencies:
1818
- flake8-bugbear==21.3.2
1919
- pep8-naming==0.11.1
2020

2121
- repo: https://github.com/asottile/setup-cfg-fmt
22-
rev: v2.2.0
22+
rev: v2.7.0
2323
hooks:
2424
- id: setup-cfg-fmt
2525
args: [--min-py3-version=3.6]
2626

2727
- repo: https://github.com/pre-commit/pre-commit-hooks
28-
rev: v4.6.0
28+
rev: v5.0.0
2929
hooks:
3030
- id: check-json
3131
- id: check-toml

0 commit comments

Comments
 (0)