Skip to content

Commit eda387f

Browse files
committed
Update pre-commit hooks
1 parent d046cdc commit eda387f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v3.4.0
3+
rev: v4.5.0
44
hooks:
55
- id: check-added-large-files
66
- id: check-case-conflict
@@ -11,23 +11,23 @@ repos:
1111
- id: end-of-file-fixer
1212
- id: trailing-whitespace
1313
- repo: https://github.com/psf/black
14-
rev: 22.3.0
14+
rev: 24.3.0
1515
hooks:
1616
- id: black
1717
language_version: python3
1818
- repo: https://github.com/pycqa/isort
19-
rev: 5.12.0
19+
rev: 5.13.0
2020
hooks:
2121
- id: isort
2222
- repo: https://github.com/PyCQA/flake8
23-
rev: 3.9.1
23+
rev: 7.0.0
2424
hooks:
2525
- id: flake8
2626
additional_dependencies:
2727
- flake8-bugbear
2828
- flake8-comprehensions
2929
- repo: https://github.com/mgedmin/check-manifest
30-
rev: "0.46"
30+
rev: "0.49"
3131
hooks:
3232
- id: check-manifest
3333
args: [--no-build-isolation]

0 commit comments

Comments
 (0)