Skip to content

Commit c1f408f

Browse files
[pre-commit.ci] pre-commit autoupdate
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)
1 parent fa3f2ed commit c1f408f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
repos:
22

33
- repo: https://github.com/pycqa/isort
4-
rev: 5.11.4
4+
rev: 5.12.0
55
hooks:
66
- id: isort
77
name: isort (python)
88
args: [ "--profile", "black", "--filter-files" ]
99

1010
- repo: https://github.com/psf/black
11-
rev: 22.12.0
11+
rev: 23.10.0
1212
hooks:
1313
- id: black
1414

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

0 commit comments

Comments
 (0)