Skip to content

Commit 8182101

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.5.0...v5.0.0) - [github.com/psf/black: 24.3.0 → 24.10.0](psf/black@24.3.0...24.10.0) - [github.com/pycqa/flake8: 7.0.0 → 7.1.1](PyCQA/flake8@7.0.0...7.1.1) - [github.com/fsfe/reuse-tool: v3.0.1 → v5.0.2](fsfe/reuse-tool@v3.0.1...v5.0.2)
1 parent 802d6d9 commit 8182101

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
@@ -6,7 +6,7 @@
66
# See https://pre-commit.com/hooks.html for more hooks
77
repos:
88
- repo: https://github.com/pre-commit/pre-commit-hooks
9-
rev: v4.5.0
9+
rev: v5.0.0
1010
hooks:
1111
- id: trailing-whitespace
1212
- id: end-of-file-fixer
@@ -16,7 +16,7 @@ repos:
1616
# - id: check-added-large-files
1717

1818
- repo: https://github.com/psf/black
19-
rev: 24.3.0
19+
rev: 24.10.0
2020
hooks:
2121
- id: black
2222
- repo: https://github.com/pre-commit/mirrors-prettier
@@ -29,13 +29,13 @@ repos:
2929
- "prettier-plugin-svelte@latest"
3030
- "prettier@latest"
3131
- repo: https://github.com/pycqa/flake8
32-
rev: 7.0.0
32+
rev: 7.1.1
3333
hooks:
3434
- id: flake8
3535
# flake8 is passed in all tracked python files
3636
# so --exclude in .flake8 does not work
3737
exclude: ^migrations/versions/
3838
- repo: https://github.com/fsfe/reuse-tool
39-
rev: v3.0.1
39+
rev: v5.0.2
4040
hooks:
4141
- id: reuse

0 commit comments

Comments
 (0)