Skip to content

Commit ed5492b

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 24.3.0 → 24.4.2](psf/black@24.3.0...24.4.2) - [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v4.6.0](pre-commit/pre-commit-hooks@v4.5.0...v4.6.0) - [github.com/pre-commit/mirrors-mypy: v1.9.0 → v1.10.0](pre-commit/mirrors-mypy@v1.9.0...v1.10.0)
1 parent 6744077 commit ed5492b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ exclude: '^$'
22
fail_fast: false
33
repos:
44
- repo: https://github.com/psf/black
5-
rev: 24.3.0
5+
rev: 24.4.2
66
hooks:
77
- id: black
88
language_version: python3
@@ -21,7 +21,7 @@ repos:
2121
additional_dependencies: [flake8-docstrings, flake8-debugger, flake8-bugbear, mccabe]
2222
args: [--max-complexity, "10"]
2323
- repo: https://github.com/pre-commit/pre-commit-hooks
24-
rev: v4.5.0
24+
rev: v4.6.0
2525
hooks:
2626
- id: trailing-whitespace
2727
- id: end-of-file-fixer
@@ -33,7 +33,7 @@ repos:
3333
- id: bandit
3434
args: [--ini, .bandit]
3535
- repo: https://github.com/pre-commit/mirrors-mypy
36-
rev: 'v1.9.0' # Use the sha / tag you want to point at
36+
rev: 'v1.10.0' # Use the sha / tag you want to point at
3737
hooks:
3838
- id: mypy
3939
additional_dependencies:

0 commit comments

Comments
 (0)