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.11.4 → 5.13.2](PyCQA/isort@5.11.4...5.13.2)
- [github.com/psf/black: 22.12.0 → 24.4.2](psf/black@22.12.0...24.4.2)
- [github.com/pre-commit/mirrors-mypy: v0.991 → v1.10.1](pre-commit/mirrors-mypy@v0.991...v1.10.1)
  • Loading branch information
pre-commit-ci[bot] authored Jul 1, 2024
1 parent fa3f2ed commit 9e55624
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
repos:

- repo: https://github.com/pycqa/isort
rev: 5.11.4
rev: 5.13.2
hooks:
- id: isort
name: isort (python)
args: [ "--profile", "black", "--filter-files" ]

- repo: https://github.com/psf/black
rev: 22.12.0
rev: 24.4.2
hooks:
- id: black

- repo: https://github.com/pre-commit/mirrors-mypy
rev: "v0.991"
rev: "v1.10.1"
hooks:
- id: mypy
entry: bash -c 'mypy --no-strict-optional --ignore-missing-imports -p hashtablebot'
Expand Down

0 comments on commit 9e55624

Please sign in to comment.