Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit b179c83

Browse files
authoredAug 8, 2024··
deps: [pre-commit.ci] pre-commit autoupdate (#97)
updates: - [github.com/pre-commit/mirrors-mypy: v1.11.0 → v1.11.1](pre-commit/mirrors-mypy@v1.11.0...v1.11.1) - [github.com/psf/black: 24.4.2 → 24.8.0](psf/black@24.4.2...24.8.0) - [github.com/pycqa/flake8: 7.1.0 → 7.1.1](PyCQA/flake8@7.1.0...7.1.1) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 92e19f4 commit b179c83

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,6 +1,6 @@
11
repos:
22
- repo: https://github.com/pre-commit/mirrors-mypy
3-
rev: v1.11.0
3+
rev: v1.11.1
44
hooks:
55
- id: mypy
66
args: [--strict]
@@ -11,11 +11,11 @@ repos:
1111
hooks:
1212
- id: isort
1313
- repo: https://github.com/psf/black
14-
rev: 24.4.2
14+
rev: 24.8.0
1515
hooks:
1616
- id: black
1717
- repo: https://github.com/pycqa/flake8
18-
rev: 7.1.0
18+
rev: 7.1.1
1919
hooks:
2020
- id: flake8
2121
name: flake8

0 commit comments

Comments
 (0)
Please sign in to comment.