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 e53ea9b commit 33cfc77Copy full SHA for 33cfc77
.pre-commit-config.yaml
@@ -3,7 +3,7 @@
3
4
repos:
5
- repo: https://github.com/pre-commit/pre-commit-hooks
6
- rev: v4.0.1
+ rev: v4.3.0
7
hooks:
8
- id: check-merge-conflict
9
- id: check-symlinks
@@ -14,15 +14,15 @@ repos:
14
- id: mixed-line-ending
15
- id: trailing-whitespace
16
- repo: https://github.com/fsfe/reuse-tool
17
- rev: v0.12.1
+ rev: v1.0.0
18
19
- id: reuse
20
- repo: https://github.com/psf/black
21
- rev: 21.5b1
+ rev: 22.8.0
22
23
- id: black
24
-- repo: https://gitlab.com/pycqa/flake8
25
- rev: 3.9.2
+- repo: https://github.com/PyCQA/flake8
+ rev: 5.0.4
26
27
- id: flake8
28
- repo: https://github.com/markdownlint/markdownlint
0 commit comments