Skip to content

Commit c1374f3

Browse files
[pre-commit.ci] pre-commit autoupdate
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.10.0](psf/black@22.12.0...24.10.0) - [github.com/pre-commit/mirrors-mypy: v0.991 → v1.13.0](pre-commit/mirrors-mypy@v0.991...v1.13.0)
1 parent fa3f2ed commit c1374f3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 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.13.2
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: 24.10.0
1212
hooks:
1313
- id: black
1414

1515
- repo: https://github.com/pre-commit/mirrors-mypy
16-
rev: "v0.991"
16+
rev: "v1.13.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)