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 e50360c commit b1b1cceCopy full SHA for b1b1cce
.pre-commit-config.yaml
@@ -7,25 +7,25 @@ exclude: |
7
)$
8
repos:
9
- repo: https://github.com/pre-commit/pre-commit-hooks
10
- rev: v4.4.0
+ rev: v4.5.0
11
hooks:
12
- id: debug-statements
13
- id: check-merge-conflict
14
- repo: https://github.com/psf/black
15
- rev: 23.3.0
+ rev: 23.12.1
16
17
- id: black
18
language_version: python3
19
- repo: https://github.com/pycqa/flake8
20
- rev: 6.0.0
+ rev: 6.1.0
21
22
- id: flake8
23
- repo: https://github.com/pycqa/isort
24
- rev: 5.12.0
+ rev: 5.13.2
25
26
- id: isort
27
- repo: https://github.com/pre-commit/mirrors-mypy
28
- rev: v1.2.0
+ rev: v1.8.0
29
30
- id: mypy
31
args: [--ignore-missing-imports]
0 commit comments