We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86d1492 commit 2023952Copy full SHA for 2023952
.pre-commit-config.yaml
@@ -4,7 +4,7 @@ ci:
4
5
repos:
6
- repo: https://github.com/pre-commit/pre-commit-hooks
7
- rev: v4.1.0
+ rev: v4.4.0
8
hooks:
9
- id: check-added-large-files
10
- id: check-case-conflict
@@ -17,7 +17,7 @@ repos:
17
- id: end-of-file-fixer
18
- id: trailing-whitespace
19
- repo: https://github.com/psf/black
20
- rev: 21.12b0
+ rev: 22.10.0
21
22
- id: black
23
language_version: python3
@@ -27,7 +27,7 @@ repos:
27
28
- id: isort
29
- repo: https://github.com/PyCQA/flake8
30
- rev: 4.0.1
+ rev: 6.0.0
31
32
- id: flake8
33
additional_dependencies:
@@ -38,7 +38,7 @@ repos:
38
- flake8-tidy-imports
39
- flake8-print
40
- repo: https://github.com/mgedmin/check-manifest
41
- rev: "0.47"
+ rev: "0.48"
42
43
- id: check-manifest
44
args: [--no-build-isolation]
0 commit comments