Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- https://github.com/python/blackhttps://github.com/psf/black
- [github.com/psf/black: 19.10b0 → 22.3.0](psf/black@19.10b0...22.3.0)
- [github.com/pre-commit/pre-commit-hooks: v2.4.0 → v4.2.0](pre-commit/pre-commit-hooks@v2.4.0...v4.2.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)
  • Loading branch information
pre-commit-ci[bot] authored Apr 11, 2022
1 parent 823e021 commit 0500d0c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
repos:
- repo: https://github.com/python/black
rev: 19.10b0
- repo: https://github.com/psf/black
rev: 22.3.0
hooks:
- id: black
language_version: python3
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v2.4.0
rev: v4.2.0
hooks:
- id: end-of-file-fixer
- id: trailing-whitespace
Expand All @@ -17,14 +17,14 @@ repos:
- id: debug-statements
- id: check-yaml
files: .*\.(yaml|yml)$
- repo: https://gitlab.com/pycqa/flake8
rev: 3.7.9
- repo: https://github.com/PyCQA/flake8
rev: 4.0.1
hooks:
- id: flake8
additional_dependencies:
- flake8-black
- repo: https://github.com/adrienverge/yamllint.git
rev: v1.20.0
rev: v1.26.3
hooks:
- id: yamllint
files: \.(yaml|yml)$
Expand Down

0 comments on commit 0500d0c

Please sign in to comment.