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 cc4bfa3 commit 53c4fe0Copy full SHA for 53c4fe0
.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.4.0
+ rev: v4.5.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: 23.7.0
+ rev: 23.11.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: 6.0.0
+ rev: 6.1.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.49"
42
43
- id: check-manifest
44
args: [--no-build-isolation]
0 commit comments