Skip to content

Commit c764c68

Browse files
committed
Update pre-commit hooks.
1 parent 8ad8a68 commit c764c68

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
@@ -16,13 +16,13 @@ repos:
1616
- id: end-of-file-fixer
1717
- id: trailing-whitespace
1818
- repo: https://github.com/psf/black
19-
rev: 24.4.2
19+
rev: 24.8.0
2020
hooks:
2121
- id: black
2222
language_version: python3.12
2323
name: black (Python formatter)
2424
- repo: https://github.com/pycqa/flake8
25-
rev: 7.0.0
25+
rev: 7.1.1
2626
hooks:
2727
- id: flake8
2828
name: flake8 (Python linter)

0 commit comments

Comments
 (0)