Skip to content

Commit 44c100a

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/PyCQA/isort: 5.12.0 → 5.13.2](PyCQA/isort@5.12.0...5.13.2) - [github.com/psf/black: 23.7.0 → 23.12.1](psf/black@23.7.0...23.12.1) - [github.com/PyCQA/bandit: 1.7.5 → 1.7.6](PyCQA/bandit@1.7.5...1.7.6) - [github.com/pre-commit/mirrors-mypy: v1.7.1 → v1.8.0](pre-commit/mirrors-mypy@v1.7.1...v1.8.0)
1 parent 48a0d56 commit 44c100a

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
@@ -56,7 +56,7 @@ repos:
5656
- --remove-unused-variables
5757
- --remove-rhs-for-unused-variables
5858
- repo: https://github.com/PyCQA/isort
59-
rev: 5.12.0
59+
rev: 5.13.2
6060
hooks:
6161
- id: isort
6262
name: isort (black profile, in place fixes)
@@ -70,7 +70,7 @@ repos:
7070
hooks:
7171
- id: yesqa
7272
- repo: https://github.com/psf/black
73-
rev: 23.7.0
73+
rev: 23.12.1
7474
hooks:
7575
- id: black
7676
name: black (in place fixes)
@@ -86,12 +86,12 @@ repos:
8686
- id: flake8
8787
additional_dependencies: [Flake8-pyproject]
8888
- repo: https://github.com/PyCQA/bandit
89-
rev: 1.7.5
89+
rev: 1.7.6
9090
hooks:
9191
- id: bandit
9292
# disable B101 (Test for use of assert)
9393
args: ["-s", "B101"]
9494
- repo: https://github.com/pre-commit/mirrors-mypy
95-
rev: v1.7.1
95+
rev: v1.8.0
9696
hooks:
9797
- id: mypy

0 commit comments

Comments
 (0)