Skip to content

Commit b5644ed

Browse files
committed
update pre-commit hooks
1 parent d2720dd commit b5644ed

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
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v4.4.0
3+
rev: v4.5.0
44
hooks:
55
- id: trailing-whitespace
66
- id: end-of-file-fixer
@@ -13,12 +13,12 @@ repos:
1313
- id: mixed-line-ending
1414
args: ["--fix=lf"]
1515
- repo: https://github.com/python/black
16-
rev: '23.3.0'
16+
rev: '23.10.1'
1717
hooks:
1818
- id: black
1919
args: ["--diff"]
2020
- repo: https://github.com/pycqa/pylint
21-
rev: v3.0.0a6
21+
rev: v3.0.1
2222
hooks:
2323
- id: pylint
2424
name: pylint (action code)

0 commit comments

Comments
 (0)