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.3.0](psf/black@22.12.0...24.3.0)
- [github.com/pre-commit/mirrors-mypy: v0.991 → v1.9.0](pre-commit/mirrors-mypy@v0.991...v1.9.0)
  • Loading branch information
pre-commit-ci[bot] authored Mar 18, 2024
1 parent fa3f2ed commit a1fe55c
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.3.0
hooks:
- id: black

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

0 comments on commit a1fe55c

Please sign in to comment.