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.1.0](psf/black@19.10b0...22.1.0)
- [github.com/pre-commit/pre-commit-hooks: v3.1.0 → v4.1.0](pre-commit/pre-commit-hooks@v3.1.0...v4.1.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.942](https://github.com/pre-commit/mirrors-mypy.git/compare/v0.782...v0.942)
- [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 Mar 28, 2022
1 parent bdd36c6 commit 1e76e46
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.1.0
hooks:
- id: black
language_version: python3
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v3.1.0
rev: v4.1.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.942
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 1e76e46

Please sign in to comment.