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 → 23.1.0](psf/black@19.10b0...23.1.0)
- [github.com/pre-commit/pre-commit-hooks: v3.1.0 → v4.4.0](pre-commit/pre-commit-hooks@v3.1.0...v4.4.0)
- https://gitlab.com/pycqa/flake8https://github.com/PyCQA/flake8
- [github.com/PyCQA/flake8: 3.8.3 → 6.0.0](PyCQA/flake8@3.8.3...6.0.0)
- [github.com/pre-commit/mirrors-mypy.git: v0.782 → v1.0.0](https://github.com/pre-commit/mirrors-mypy.git/compare/v0.782...v1.0.0)
- [github.com/adrienverge/yamllint.git: v1.24.2 → v1.29.0](https://github.com/adrienverge/yamllint.git/compare/v1.24.2...v1.29.0)
  • Loading branch information
pre-commit-ci[bot] authored Feb 13, 2023
1 parent bdd36c6 commit 0f49464
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: 23.1.0
hooks:
- id: black
language_version: python3
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v3.1.0
rev: v4.4.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: 6.0.0
hooks:
- id: flake8
additional_dependencies:
- flake8-black
- repo: https://github.com/pre-commit/mirrors-mypy.git
rev: v0.782
rev: v1.0.0
hooks:
- id: mypy
- repo: https://github.com/adrienverge/yamllint.git
rev: v1.24.2
rev: v1.29.0
hooks:
- id: yamllint
files: \.(yaml|yml)$
Expand Down

0 comments on commit 0f49464

Please sign in to comment.