Skip to content
This repository was archived by the owner on Mar 14, 2023. It is now read-only.

Commit 1bd33d3

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.8.0](psf/black@19.10b0...22.8.0) - [github.com/pre-commit/pre-commit-hooks: v3.1.0 → v4.3.0](pre-commit/pre-commit-hooks@v3.1.0...v4.3.0) - https://gitlab.com/pycqa/flake8https://github.com/PyCQA/flake8 - [github.com/PyCQA/flake8: 3.8.3 → 5.0.4](PyCQA/flake8@3.8.3...5.0.4) - [github.com/pre-commit/mirrors-mypy.git: v0.782 → v0.981](https://github.com/pre-commit/mirrors-mypy.git/compare/v0.782...v0.981) - [github.com/adrienverge/yamllint.git: v1.24.2 → v1.28.0](https://github.com/adrienverge/yamllint.git/compare/v1.24.2...v1.28.0)
1 parent bdd36c6 commit 1bd33d3

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.pre-commit-config.yaml

Lines changed: 7 additions & 7 deletions
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.8.0
55
hooks:
66
- id: black
77
language_version: python3
88
- repo: https://github.com/pre-commit/pre-commit-hooks
9-
rev: v3.1.0
9+
rev: v4.3.0
1010
hooks:
1111
- id: end-of-file-fixer
1212
- id: trailing-whitespace
@@ -17,18 +17,18 @@ repos:
1717
- id: debug-statements
1818
- id: check-yaml
1919
files: .*\.(yaml|yml)$
20-
- repo: https://gitlab.com/pycqa/flake8
21-
rev: 3.8.3
20+
- repo: https://github.com/PyCQA/flake8
21+
rev: 5.0.4
2222
hooks:
2323
- id: flake8
2424
additional_dependencies:
2525
- flake8-black
2626
- repo: https://github.com/pre-commit/mirrors-mypy.git
27-
rev: v0.782
27+
rev: v0.981
2828
hooks:
2929
- id: mypy
3030
- repo: https://github.com/adrienverge/yamllint.git
31-
rev: v1.24.2
31+
rev: v1.28.0
3232
hooks:
3333
- id: yamllint
3434
files: \.(yaml|yml)$

0 commit comments

Comments
 (0)