Skip to content

Commit 745cf6b

Browse files
committed
pre-commit autoupdate
Run `pre-commit autoupdate`. This brings in new versions of isort and flake8. Change-Id: I55f8b51b100e090e9a210338f46e10cf131a4aa7 Approved-By: Tom Tromey <[email protected]>
1 parent 8ecfa4e commit 745cf6b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ repos:
4646
types_or: [file]
4747
files: 'gdb/.*\.py(\.in)?$'
4848
- repo: https://github.com/pycqa/flake8
49-
rev: 7.1.1
49+
rev: 7.2.0
5050
hooks:
5151
- id: flake8
5252
types_or: [file]
@@ -60,7 +60,7 @@ repos:
6060
files: '^gdb/(gdb-gdb\.py\.in|[^/]+\.py|python/.+\.py|testsuite/[^/]+\.py)$'
6161
args: [--config, gdb/setup.cfg]
6262
- repo: https://github.com/pycqa/isort
63-
rev: 6.0.0
63+
rev: 6.0.1
6464
hooks:
6565
- id: isort
6666
types_or: [file]

0 commit comments

Comments
 (0)