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.13.2](PyCQA/isort@5.10.1...5.13.2)
- [github.com/psf/black: 22.10.0 → 24.8.0](psf/black@22.10.0...24.8.0)
- [github.com/pre-commit/mirrors-mypy: v0.991 → v1.11.1](pre-commit/mirrors-mypy@v0.991...v1.11.1)
- [github.com/pycqa/flake8: 6.0.0 → 7.1.1](PyCQA/flake8@6.0.0...7.1.1)
- [github.com/jazzband/pip-tools: 6.10.0 → 7.4.1](jazzband/pip-tools@6.10.0...7.4.1)
  • Loading branch information
pre-commit-ci[bot] authored Aug 5, 2024
1 parent ca3d1f5 commit aed70b8
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.13.2
hooks:
- id: isort
name: isort
- repo: https://github.com/psf/black
rev: 22.10.0
rev: 24.8.0
hooks:
- id: black
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v0.991
rev: v1.11.1
hooks:
- id: mypy
- repo: https://github.com/pycqa/flake8
rev: 6.0.0
rev: 7.1.1
hooks:
- id: flake8
- repo: https://github.com/jazzband/pip-tools
rev: 6.10.0
rev: 7.4.1
hooks:
- id: pip-compile
files: ^(pyproject\.toml|requirements\.txt)$
Expand Down

0 comments on commit aed70b8

Please sign in to comment.