Skip to content

Commit 6bfbe92

Browse files
committed
chore: pre-commit autoupdate
Signed-off-by: Dominic Evans <[email protected]>
1 parent 814ec30 commit 6bfbe92

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.pre-commit-config.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v3.3.0
3+
rev: v4.6.0
44
hooks:
55
- id: check-builtin-literals
66
args: ["--no-allow-dict-kwargs"]
@@ -14,31 +14,31 @@ repos:
1414
exclude: "^tests/testing/.*$"
1515
- id: trailing-whitespace
1616
- repo: https://github.com/pycqa/flake8
17-
rev: 3.9.2
17+
rev: 7.0.0
1818
hooks:
1919
- id: flake8
2020
args: ["--max-line-length", "100"]
2121
exclude: ^test_data/|bumpity.py$
2222
- repo: https://github.com/asottile/reorder_python_imports
23-
rev: v2.3.6
23+
rev: v3.12.0
2424
hooks:
2525
- id: reorder-python-imports
2626
language_version: python3
2727
exclude: bumpity.py$
2828
- repo: https://github.com/asottile/add-trailing-comma
29-
rev: v2.0.1
29+
rev: v3.1.0
3030
hooks:
3131
- id: add-trailing-comma
3232
- repo: https://github.com/pre-commit/mirrors-autopep8
33-
rev: v1.5.4
33+
rev: v2.0.4
3434
hooks:
3535
- id: autopep8
3636
- repo: https://github.com/ibm/detect-secrets
3737
# If you desire to use a specific version of detect-secrets, you can replace `master` with other git revisions such as branch, tag or commit sha.
3838
# You are encouraged to use static refs such as tags, instead of branch name
3939
#
4040
# Running "pre-commit autoupdate" would automatically updates rev to latest tag
41-
rev: 0.13.1+ibm.58.dss
41+
rev: 0.13.1+ibm.62.dss
4242
hooks:
4343
- id: detect-secrets # pragma: whitelist secret
4444
# Add options for detect-secrets-hook binary. You can run `detect-secrets-hook --help` to list out all possible options.

.secrets.baseline

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"files": "test_data/.*|tests/.*|^.secrets.baseline$",
44
"lines": null
55
},
6-
"generated_at": "2023-05-25T14:44:17Z",
6+
"generated_at": "2024-05-15T12:41:39Z",
77
"plugins_used": [
88
{
99
"name": "AWSKeyDetector"
@@ -242,7 +242,7 @@
242242
}
243243
]
244244
},
245-
"version": "0.13.1+ibm.58.dss",
245+
"version": "0.13.1+ibm.62.dss",
246246
"word_list": {
247247
"file": null,
248248
"hash": null

0 commit comments

Comments
 (0)