Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 761de4d

Browse files
committed
Update pre-commit
1 parent 6a9d7a2 commit 761de4d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -6,18 +6,18 @@ repos:
66
args: [--py38-plus]
77

88
- repo: https://github.com/psf/black-pre-commit-mirror
9-
rev: 23.9.1
9+
rev: 24.1.1
1010
hooks:
1111
- id: black
1212

1313
- repo: https://github.com/PyCQA/isort
14-
rev: 5.12.0
14+
rev: 5.13.2
1515
hooks:
1616
- id: isort
1717
args: [--add-import=from __future__ import annotations]
1818

1919
- repo: https://github.com/PyCQA/flake8
20-
rev: 6.1.0
20+
rev: 7.0.0
2121
hooks:
2222
- id: flake8
2323
additional_dependencies:
@@ -42,7 +42,7 @@ repos:
4242
- id: trailing-whitespace
4343

4444
- repo: https://github.com/abravalheri/validate-pyproject
45-
rev: v0.14
45+
rev: v0.16
4646
hooks:
4747
- id: validate-pyproject
4848

0 commit comments

Comments
 (0)