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.10.1 → 5.12.0](PyCQA/isort@5.10.1...5.12.0)
- [github.com/psf/black: 22.10.0 → 23.10.1](psf/black@22.10.0...23.10.1)
- [github.com/pre-commit/mirrors-mypy: v0.991 → v1.6.1](pre-commit/mirrors-mypy@v0.991...v1.6.1)
- [github.com/pycqa/flake8: 6.0.0 → 6.1.0](PyCQA/flake8@6.0.0...6.1.0)
- [github.com/jazzband/pip-tools: 6.10.0 → 7.3.0](jazzband/pip-tools@6.10.0...7.3.0)
  • Loading branch information
pre-commit-ci[bot] authored Oct 30, 2023
1 parent ca3d1f5 commit 3aec64b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,24 +5,24 @@ ci:
skip: [pip-compile]
repos:
- repo: https://github.com/pycqa/isort
rev: 5.10.1
rev: 5.12.0
hooks:
- id: isort
name: isort
- repo: https://github.com/psf/black
rev: 22.10.0
rev: 23.10.1
hooks:
- id: black
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v0.991
rev: v1.6.1
hooks:
- id: mypy
- repo: https://github.com/pycqa/flake8
rev: 6.0.0
rev: 6.1.0
hooks:
- id: flake8
- repo: https://github.com/jazzband/pip-tools
rev: 6.10.0
rev: 7.3.0
hooks:
- id: pip-compile
files: ^(pyproject\.toml|requirements\.txt)$
Expand Down

0 comments on commit 3aec64b

Please sign in to comment.