Skip to content

Commit 7626143

Browse files
[pre-commit.ci] pre-commit autoupdate (#1273)
* [pre-commit.ci] pre-commit autoupdate updates: - [github.com/PyCQA/bandit: 1.7.5 → 1.7.6](PyCQA/bandit@1.7.5...1.7.6) - [github.com/psf/black: 23.9.1 → 23.12.0](psf/black@23.9.1...23.12.0) - [github.com/PyCQA/isort: 5.12.0 → 5.13.2](PyCQA/isort@5.12.0...5.13.2) - [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v4.5.0](pre-commit/pre-commit-hooks@v4.4.0...v4.5.0) - [github.com/adrienverge/yamllint: v1.32.0 → v1.33.0](adrienverge/yamllint@v1.32.0...v1.33.0) - [github.com/asottile/pyupgrade: v3.13.0 → v3.15.0](asottile/pyupgrade@v3.13.0...v3.15.0) * Update the linter's version of black. --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Tim Schilling <[email protected]>
1 parent a6cdeed commit 7626143

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.pre-commit-config.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
---
22
repos:
33
- repo: https://github.com/PyCQA/bandit
4-
rev: 1.7.5
4+
rev: 1.7.6
55
hooks:
66
- id: bandit
77
args:
88
- "-x *test*.py"
99

1010
- repo: https://github.com/psf/black
11-
rev: 23.9.1
11+
rev: 23.12.0
1212
hooks:
1313
- id: black
1414
language_version: python3.8
@@ -21,12 +21,12 @@ repos:
2121
- "--config=tox.ini"
2222

2323
- repo: https://github.com/PyCQA/isort
24-
rev: 5.12.0
24+
rev: 5.13.2
2525
hooks:
2626
- id: isort
2727

2828
- repo: https://github.com/pre-commit/pre-commit-hooks
29-
rev: v4.4.0
29+
rev: v4.5.0
3030
hooks:
3131
- id: requirements-txt-fixer
3232
files: requirements/.*\.txt$
@@ -40,14 +40,14 @@ repos:
4040
- id: detect-private-key
4141

4242
- repo: https://github.com/adrienverge/yamllint
43-
rev: v1.32.0
43+
rev: v1.33.0
4444
hooks:
4545
- id: yamllint
4646
args:
4747
- "--strict"
4848

4949
- repo: https://github.com/asottile/pyupgrade
50-
rev: v3.13.0
50+
rev: v3.15.0
5151
hooks:
5252
- id: pyupgrade
5353
args: [--py38-plus]

requirements/lint.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
black==23.9.1
1+
black==23.12.0
22
flake8==6.1.0
33
isort==5.12.0

0 commit comments

Comments
 (0)