Skip to content

Commit 67f85ea

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/PyCQA/isort: 5.12.0 → 5.13.1](PyCQA/isort@5.12.0...5.13.1) - [github.com/psf/black: 23.7.0 → 23.11.0](psf/black@23.7.0...23.11.0) - [github.com/PyCQA/bandit: 1.7.5 → 1.7.6](PyCQA/bandit@1.7.5...1.7.6)
1 parent 48a0d56 commit 67f85ea

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
@@ -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.1
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.11.0
7474
hooks:
7575
- id: black
7676
name: black (in place fixes)
@@ -86,7 +86,7 @@ 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)

0 commit comments

Comments
 (0)