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

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: v3.1.0 → v4.2.0](pre-commit/pre-commit-hooks@v3.1.0...v4.2.0)
- https://gitlab.com/pycqa/flake8https://github.com/PyCQA/flake8
- [github.com/PyCQA/flake8: 3.8.3 → 4.0.1](PyCQA/flake8@3.8.3...4.0.1)
- [github.com/pre-commit/mirrors-mypy.git: v0.782 → v0.960](https://github.com/pre-commit/mirrors-mypy.git/compare/v0.782...v0.960)
- [github.com/adrienverge/yamllint.git: v1.24.2 → v1.26.3](https://github.com/adrienverge/yamllint.git/compare/v1.24.2...v1.26.3)
  • Loading branch information
pre-commit-ci[bot] authored May 30, 2022
1 parent bdd36c6 commit 621affc
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 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: v3.1.0
rev: v4.2.0
hooks:
- id: end-of-file-fixer
- id: trailing-whitespace
Expand All @@ -17,18 +17,18 @@ repos:
- id: debug-statements
- id: check-yaml
files: .*\.(yaml|yml)$
- repo: https://gitlab.com/pycqa/flake8
rev: 3.8.3
- repo: https://github.com/PyCQA/flake8
rev: 4.0.1
hooks:
- id: flake8
additional_dependencies:
- flake8-black
- repo: https://github.com/pre-commit/mirrors-mypy.git
rev: v0.782
rev: v0.960
hooks:
- id: mypy
- repo: https://github.com/adrienverge/yamllint.git
rev: v1.24.2
rev: v1.26.3
hooks:
- id: yamllint
files: \.(yaml|yml)$
Expand Down

0 comments on commit 621affc

Please sign in to comment.