Skip to content

Commit

Permalink
chore: pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/psf/black.git: 22.3.0 → 22.6.0](https://github.com/psf/black.git/compare/22.3.0...22.6.0)
- [github.com/pre-commit/pre-commit-hooks.git: v4.2.0 → v4.3.0](https://github.com/pre-commit/pre-commit-hooks.git/compare/v4.2.0...v4.3.0)
- [github.com/pycqa/pylint: v2.14.0 → v2.14.4](pylint-dev/pylint@v2.14.0...v2.14.4)
- [github.com/pre-commit/mirrors-mypy: v0.960 → v0.961](pre-commit/mirrors-mypy@v0.960...v0.961)
  • Loading branch information
pre-commit-ci[bot] authored and hartwork committed Jul 4, 2022
1 parent ed5592c commit 860a6c1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@ repos:
hooks:
- id: isort
- repo: https://github.com/psf/black.git
rev: 22.3.0
rev: 22.6.0
hooks:
- id: black
language_version: python3
- repo: https://github.com/pre-commit/pre-commit-hooks.git
rev: v4.2.0
rev: v4.3.0
hooks:
- id: end-of-file-fixer
- id: trailing-whitespace
Expand All @@ -54,11 +54,11 @@ repos:
- flake8-pytest-style>=1.5.0
language_version: python3
- repo: https://github.com/pycqa/pylint
rev: v2.14.0
rev: v2.14.4
hooks:
- id: pylint
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v0.960
rev: v0.961
hooks:
- id: mypy
# empty args needed in order to match mypy cli behavior
Expand Down

0 comments on commit 860a6c1

Please sign in to comment.