We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 823e021 commit 76c2254Copy full SHA for 76c2254
.pre-commit-config.yaml
@@ -1,12 +1,12 @@
1
---
2
repos:
3
- - repo: https://github.com/python/black
4
- rev: 19.10b0
+ - repo: https://github.com/psf/black
+ rev: 22.1.0
5
hooks:
6
- id: black
7
language_version: python3
8
- repo: https://github.com/pre-commit/pre-commit-hooks
9
- rev: v2.4.0
+ rev: v4.1.0
10
11
- id: end-of-file-fixer
12
- id: trailing-whitespace
@@ -17,14 +17,14 @@ repos:
17
- id: debug-statements
18
- id: check-yaml
19
files: .*\.(yaml|yml)$
20
- - repo: https://gitlab.com/pycqa/flake8
21
- rev: 3.7.9
+ - repo: https://github.com/PyCQA/flake8
+ rev: 4.0.1
22
23
- id: flake8
24
additional_dependencies:
25
- flake8-black
26
- repo: https://github.com/adrienverge/yamllint.git
27
- rev: v1.20.0
+ rev: v1.26.3
28
29
- id: yamllint
30
files: \.(yaml|yml)$
0 commit comments