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 22218c3 commit a3a7227Copy full SHA for a3a7227
.pre-commit-config.yaml
@@ -1,23 +1,23 @@
1
repos:
2
- repo: https://github.com/pre-commit/pre-commit-hooks
3
- rev: v4.3.0
+ rev: v4.4.0
4
hooks:
5
- id: check-yaml
6
- id: end-of-file-fixer
7
- id: trailing-whitespace
8
9
- repo: https://github.com/psf/black
10
- rev: 22.6.0
+ rev: 23.3.0
11
12
- id: black
13
14
- repo: https://github.com/mgedmin/check-manifest
15
- rev: "0.48"
+ rev: "0.49"
16
17
- id: check-manifest
18
19
- repo: https://github.com/PyCQA/flake8
20
- rev: 5.0.2
+ rev: 6.0.0
21
22
- id: flake8
23
0 commit comments