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.12.0](PyCQA/isort@5.11.4...5.12.0)
- [github.com/psf/black: 22.12.0 → 23.10.0](psf/black@22.12.0...23.10.0)
- [github.com/pre-commit/mirrors-mypy: v0.991 → v1.6.1](pre-commit/mirrors-mypy@v0.991...v1.6.1)
  • Loading branch information
pre-commit-ci[bot] authored Oct 23, 2023
1 parent fa3f2ed commit c1f408f
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.12.0
hooks:
- id: isort
name: isort (python)
args: [ "--profile", "black", "--filter-files" ]

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

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

0 comments on commit c1f408f

Please sign in to comment.