File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 6
6
# See https://pre-commit.com/hooks.html for more hooks
7
7
repos :
8
8
- repo : https://github.com/pre-commit/pre-commit-hooks
9
- rev : v4.5 .0
9
+ rev : v5.0 .0
10
10
hooks :
11
11
- id : trailing-whitespace
12
12
- id : end-of-file-fixer
16
16
# - id: check-added-large-files
17
17
18
18
- repo : https://github.com/psf/black
19
- rev : 24.3 .0
19
+ rev : 24.10 .0
20
20
hooks :
21
21
- id : black
22
22
- repo : https://github.com/pre-commit/mirrors-prettier
@@ -29,13 +29,13 @@ repos:
29
29
- " prettier-plugin-svelte@latest"
30
30
- " prettier@latest"
31
31
- repo : https://github.com/pycqa/flake8
32
- rev : 7.0.0
32
+ rev : 7.1.1
33
33
hooks :
34
34
- id : flake8
35
35
# flake8 is passed in all tracked python files
36
36
# so --exclude in .flake8 does not work
37
37
exclude : ^migrations/versions/
38
38
- repo : https://github.com/fsfe/reuse-tool
39
- rev : v3 .0.1
39
+ rev : v5 .0.2
40
40
hooks :
41
41
- id : reuse
You can’t perform that action at this time.
0 commit comments