Skip to content

Commit b5bcd0f

Browse files
authored
Update .pre-commit-config.yaml
1 parent b27e8d9 commit b5bcd0f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
repos:
1515
# Standard hooks
1616
- repo: https://github.com/pre-commit/pre-commit-hooks
17-
rev: v4.6.0
17+
rev: v5.0.0
1818
hooks:
1919
- id: check-added-large-files
2020
exclude: \.(stl|dae)$
@@ -32,12 +32,12 @@ repos:
3232
- id: fix-byte-order-marker
3333

3434
- repo: https://github.com/psf/black
35-
rev: 24.4.2
35+
rev: 24.10.0
3636
hooks:
3737
- id: black
3838

3939
- repo: https://github.com/pycqa/flake8
40-
rev: 7.1.0
40+
rev: 7.1.1
4141
hooks:
4242
- id: flake8
4343
# configured in .flake8 file

0 commit comments

Comments
 (0)