Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a9d7a2 commit 761de4dCopy full SHA for 761de4d
.pre-commit-config.yaml
@@ -6,18 +6,18 @@ repos:
6
args: [--py38-plus]
7
8
- repo: https://github.com/psf/black-pre-commit-mirror
9
- rev: 23.9.1
+ rev: 24.1.1
10
hooks:
11
- id: black
12
13
- repo: https://github.com/PyCQA/isort
14
- rev: 5.12.0
+ rev: 5.13.2
15
16
- id: isort
17
args: [--add-import=from __future__ import annotations]
18
19
- repo: https://github.com/PyCQA/flake8
20
- rev: 6.1.0
+ rev: 7.0.0
21
22
- id: flake8
23
additional_dependencies:
@@ -42,7 +42,7 @@ repos:
42
- id: trailing-whitespace
43
44
- repo: https://github.com/abravalheri/validate-pyproject
45
- rev: v0.14
+ rev: v0.16
46
47
- id: validate-pyproject
48
0 commit comments