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 → v5.11.3](PyCQA/isort@5.6.4...v5.11.3)
- https://github.com/python/blackhttps://github.com/psf/black
- [github.com/psf/black: 22.3.0 → 22.12.0](psf/black@22.3.0...22.12.0)
- https://gitlab.com/pycqa/flake8https://github.com/PyCQA/flake8
- [github.com/PyCQA/flake8: 3.7.9 → 6.0.0](PyCQA/flake8@3.7.9...6.0.0)
- [github.com/pre-commit/mirrors-mypy: v0.790 → v0.991](pre-commit/mirrors-mypy@v0.790...v0.991)
  • Loading branch information
pre-commit-ci[bot] authored Dec 19, 2022
1 parent 46db807 commit c139cfa
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: v5.11.3
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.12.0
hooks:
- id: black
language_version: python3
- repo: https://gitlab.com/pycqa/flake8
rev: 3.7.9
- repo: https://github.com/PyCQA/flake8
rev: 6.0.0
hooks:
- id: flake8
language_version: python3
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v0.790
rev: v0.991
hooks:
- id: mypy

0 comments on commit c139cfa

Please sign in to comment.