We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20e1cd4 commit b148724Copy full SHA for b148724
.pre-commit-config.yaml
@@ -3,24 +3,24 @@ ci:
3
4
repos:
5
- repo: https://github.com/pre-commit/pre-commit-hooks
6
- rev: v4.3.0
+ rev: v4.4.0
7
hooks:
8
- id: trailing-whitespace
9
- id: end-of-file-fixer
10
- id: check-docstring-first
11
12
- repo: https://github.com/psf/black
13
- rev: 22.8.0
+ rev: 22.12.0
14
15
- id: black
16
17
- repo: https://github.com/PyCQA/flake8
18
- rev: 5.0.4
+ rev: 6.0.0
19
20
- id: flake8
21
22
- repo: https://github.com/PyCQA/isort
23
- rev: 5.10.1
+ rev: 5.11.4
24
25
- id: isort
26
0 commit comments