Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/pycqa/isort: 5.6.4 → 5.10.1](PyCQA/isort@5.6.4...5.10.1)
- https://github.com/python/blackhttps://github.com/psf/black
- [github.com/psf/black: 22.3.0 → 22.8.0](psf/black@22.3.0...22.8.0)
- https://gitlab.com/pycqa/flake8https://github.com/PyCQA/flake8
- [github.com/PyCQA/flake8: 3.7.9 → 5.0.4](PyCQA/flake8@3.7.9...5.0.4)
- [github.com/pre-commit/mirrors-mypy: v0.790 → v0.971](pre-commit/mirrors-mypy@v0.790...v0.971)
  • Loading branch information
pre-commit-ci[bot] committed Sep 5, 2022
1 parent 9d12932 commit 5aed4ff
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,20 +1,20 @@
repos:
- repo: https://github.com/pycqa/isort
rev: 5.6.4
rev: 5.10.1
hooks:
- id: isort
args: ["--profile", "black", "--filter-files"]
- repo: https://github.com/python/black
rev: 22.3.0
- repo: https://github.com/psf/black
rev: 22.8.0
hooks:
- id: black
language_version: python3
- repo: https://gitlab.com/pycqa/flake8
rev: 3.7.9
- repo: https://github.com/PyCQA/flake8
rev: 5.0.4
hooks:
- id: flake8
language_version: python3
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v0.790
rev: v0.971
hooks:
- id: mypy

0 comments on commit 5aed4ff

Please sign in to comment.