Skip to content

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: 22.3.0 → 23.1.0](psf/black@22.3.0...23.1.0)
- [github.com/pycqa/flake8: 3.7.9 → 6.0.0](PyCQA/flake8@3.7.9...6.0.0)
- [github.com/pre-commit/mirrors-mypy: v1.0.1 → v1.1.1](pre-commit/mirrors-mypy@v1.0.1...v1.1.1)
  • Loading branch information
pre-commit-ci[bot] committed Mar 14, 2023
1 parent a3688f9 commit 33f8a88
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 @@ -4,17 +4,17 @@ repos:
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: 23.1.0
hooks:
- id: black
language_version: python3
- repo: https://github.com/pycqa/flake8
rev: 3.7.9
rev: 6.0.0
hooks:
- id: flake8
language_version: python3
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.0.1
rev: v1.1.1
hooks:
- id: mypy

0 comments on commit 33f8a88

Please sign in to comment.