Skip to content

Commit b867fa2

Browse files
committed
Bump pre-commit versions
Changes: .pre-commit-config.yaml NOTE(stephenfin): We avoid bumping black since that brings in a whole load of changes that we don't want on a stable branch. Signed-off-by: Stephen Finucane <[email protected]> (cherry picked from commit ee99e42)
1 parent 9924bcb commit b867fa2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ default_language_version:
44
python: python3
55
repos:
66
- repo: https://github.com/pre-commit/pre-commit-hooks
7-
rev: v4.2.0
7+
rev: v4.4.0
88
hooks:
99
- id: check-executables-have-shebangs
1010
- id: check-merge-conflict
@@ -13,16 +13,16 @@ repos:
1313
exclude: (.*\.mbox)|(.*\.css)|(.*\.json)|(.*\.js)|(.*\.svg)|(.*/mails/.*-subject\.txt)|(tools/docker/db)
1414
- id: trailing-whitespace
1515
exclude: (.*\.mbox)|(.*\.svg)
16-
- repo: https://gitlab.com/pycqa/flake8
17-
rev: 3.9.2
16+
- repo: https://github.com/pycqa/flake8
17+
rev: 6.1.0
1818
hooks:
1919
- id: flake8
2020
- repo: https://github.com/psf/black
2121
rev: 22.3.0
2222
hooks:
2323
- id: black
2424
- repo: https://github.com/Lucas-C/pre-commit-hooks
25-
rev: v1.1.13
25+
rev: v1.5.1
2626
hooks:
2727
- id: remove-tabs
2828
exclude: (.*\.mbox)|(.*\.svg)|(.*\.sql)|(.*\.conf)

0 commit comments

Comments
 (0)