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 093defe commit 4e39503Copy full SHA for 4e39503
.pre-commit-config.yaml
@@ -9,19 +9,19 @@ exclude: >
9
repos:
10
11
- repo: https://github.com/pre-commit/pre-commit-hooks
12
- rev: v4.3.0
+ rev: v4.4.0
13
hooks:
14
- id: check-json
15
- id: check-yaml
16
- id: end-of-file-fixer
17
- id: trailing-whitespace
18
19
- repo: https://github.com/PyCQA/flake8
20
- rev: 5.0.4
+ rev: 6.0.0
21
22
- id: flake8
23
24
- repo: https://github.com/psf/black
25
- rev: 22.10.0
+ rev: 22.12.0
26
27
- id: black
0 commit comments