Skip to content

Commit 5f4c2cb

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pycqa/isort: 5.11.4 → 7.0.0](PyCQA/isort@5.11.4...7.0.0) - https://github.com/psf/blackhttps://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 22.12.0 → 25.11.0](psf/black-pre-commit-mirror@22.12.0...25.11.0) - [github.com/pre-commit/mirrors-mypy: v0.991 → v1.19.0](pre-commit/mirrors-mypy@v0.991...v1.19.0)
1 parent fa3f2ed commit 5f4c2cb

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.pre-commit-config.yaml

Lines changed: 5 additions & 5 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: 7.0.0
55
hooks:
66
- id: isort
77
name: isort (python)
88
args: [ "--profile", "black", "--filter-files" ]
99

10-
- repo: https://github.com/psf/black
11-
rev: 22.12.0
10+
- repo: https://github.com/psf/black-pre-commit-mirror
11+
rev: 25.11.0
1212
hooks:
1313
- id: black
1414

1515
- repo: https://github.com/pre-commit/mirrors-mypy
16-
rev: "v0.991"
16+
rev: "v1.19.0"
1717
hooks:
1818
- id: mypy
1919
entry: bash -c 'mypy --no-strict-optional --ignore-missing-imports -p hashtablebot'
@@ -27,6 +27,6 @@ repos:
2727
language: python
2828
'types': [ python ]
2929
pass_filenames: false
30-
stages: [ commit ]
30+
stages: [ pre-commit ]
3131
additional_dependencies:
3232
- twitchio

0 commit comments

Comments
 (0)