Skip to content

Commit 76c2254

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - https://github.com/python/blackhttps://github.com/psf/black - [github.com/psf/black: 19.10b0 → 22.1.0](psf/black@19.10b0...22.1.0) - [github.com/pre-commit/pre-commit-hooks: v2.4.0 → v4.1.0](pre-commit/pre-commit-hooks@v2.4.0...v4.1.0) - https://gitlab.com/pycqa/flake8https://github.com/PyCQA/flake8 - [github.com/PyCQA/flake8: 3.7.9 → 4.0.1](PyCQA/flake8@3.7.9...4.0.1) - [github.com/adrienverge/yamllint.git: v1.20.0 → v1.26.3](https://github.com/adrienverge/yamllint.git/compare/v1.20.0...v1.26.3)
1 parent 823e021 commit 76c2254

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.pre-commit-config.yaml

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
repos:
3-
- repo: https://github.com/python/black
4-
rev: 19.10b0
3+
- repo: https://github.com/psf/black
4+
rev: 22.1.0
55
hooks:
66
- id: black
77
language_version: python3
88
- repo: https://github.com/pre-commit/pre-commit-hooks
9-
rev: v2.4.0
9+
rev: v4.1.0
1010
hooks:
1111
- id: end-of-file-fixer
1212
- id: trailing-whitespace
@@ -17,14 +17,14 @@ repos:
1717
- id: debug-statements
1818
- id: check-yaml
1919
files: .*\.(yaml|yml)$
20-
- repo: https://gitlab.com/pycqa/flake8
21-
rev: 3.7.9
20+
- repo: https://github.com/PyCQA/flake8
21+
rev: 4.0.1
2222
hooks:
2323
- id: flake8
2424
additional_dependencies:
2525
- flake8-black
2626
- repo: https://github.com/adrienverge/yamllint.git
27-
rev: v1.20.0
27+
rev: v1.26.3
2828
hooks:
2929
- id: yamllint
3030
files: \.(yaml|yml)$

0 commit comments

Comments
 (0)