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 7e3a6c9

Browse files
authoredDec 11, 2023
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black-pre-commit-mirror: 23.10.1 → 23.11.0](psf/black-pre-commit-mirror@23.10.1...23.11.0) - [github.com/PyCQA/isort: 5.12.0 → 5.13.0](PyCQA/isort@5.12.0...5.13.0) - [github.com/pre-commit/mirrors-mypy: v1.6.1 → v1.7.1](pre-commit/mirrors-mypy@v1.6.1...v1.7.1) - [github.com/PyCQA/bandit: 1.7.5 → 1.7.6](PyCQA/bandit@1.7.5...1.7.6)
1 parent dd3e982 commit 7e3a6c9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed
 

‎.pre-commit-config.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ repos:
1515

1616
# Using this mirror lets us use mypyc-compiled black, which is about 2x faster
1717
- repo: https://github.com/psf/black-pre-commit-mirror
18-
rev: 23.10.1
18+
rev: 23.11.0
1919
hooks:
2020
- id: black
2121
# It is recommended to specify the latest version of Python
@@ -25,7 +25,7 @@ repos:
2525
# language_version: python3.11
2626

2727
- repo: https://github.com/PyCQA/isort
28-
rev: 5.12.0
28+
rev: 5.13.0
2929
hooks:
3030
- id: isort
3131
name: isort (python)
@@ -36,14 +36,14 @@ repos:
3636
- id: flake8
3737

3838
- repo: https://github.com/pre-commit/mirrors-mypy
39-
rev: v1.6.1
39+
rev: v1.7.1
4040
hooks:
4141
- id: mypy
4242
args: [--strict, --ignore-missing-imports, --allow-untyped-decorators, --no-warn-return-any]
4343
additional_dependencies: [tokenize-rt==3.2.0]
4444

4545
- repo: https://github.com/PyCQA/bandit
46-
rev: 1.7.5
46+
rev: 1.7.6
4747
hooks:
4848
- id: bandit
4949
args: ["-c", "pyproject.toml"]

0 commit comments

Comments
 (0)
Please sign in to comment.