Skip to content

Commit b3024f6

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v4.6.0](pre-commit/pre-commit-hooks@v4.5.0...v4.6.0) - [github.com/asottile/pyupgrade: v3.15.2 → v3.16.0](asottile/pyupgrade@v3.15.2...v3.16.0) - [github.com/psf/black: 24.3.0 → 24.4.2](psf/black@24.3.0...24.4.2) - [github.com/PyCQA/flake8: 7.0.0 → 7.1.0](PyCQA/flake8@7.0.0...7.1.0)
1 parent 468f052 commit b3024f6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ exclude: |
99
1010
repos:
1111
- repo: https://github.com/pre-commit/pre-commit-hooks
12-
rev: 'v4.5.0'
12+
rev: 'v4.6.0'
1313
hooks:
1414
- id: end-of-file-fixer
1515
- id: trailing-whitespace
1616
- id: debug-statements
1717
- repo: https://github.com/asottile/pyupgrade
18-
rev: 'v3.15.2'
18+
rev: 'v3.16.0'
1919
hooks:
2020
- id: pyupgrade
2121
args:
@@ -25,11 +25,11 @@ repos:
2525
hooks:
2626
- id: isort
2727
- repo: https://github.com/psf/black
28-
rev: '24.3.0'
28+
rev: '24.4.2'
2929
hooks:
3030
- id: black
3131
- repo: https://github.com/PyCQA/flake8
32-
rev: '7.0.0'
32+
rev: '7.1.0'
3333
hooks:
3434
- id: flake8
3535
- repo: https://github.com/PyCQA/pydocstyle

0 commit comments

Comments
 (0)